|
|
@@ -159,9 +159,9 @@ public class ExchangeCodeServiceImpl extends ServiceImpl<ExchangeCodeMapper, Exc
|
|
|
.eq(OrderDon::getExCode, exchangeCode.getCode())
|
|
|
.notIn(OrderDon::getStatus, Constant.noOrderStatus)
|
|
|
.last("limit 1"));
|
|
|
- Long popularizeId = orderDon.getPopularizeId();
|
|
|
-
|
|
|
- //360 渠道兑换规则验证.
|
|
|
+// Long popularizeId = orderDon.getPopularizeId();
|
|
|
+//
|
|
|
+// //360 渠道兑换规则验证.
|
|
|
// if(popularizeId != null && popularizeId != 0){
|
|
|
// String channel = channelPopularizeMapper.selectChannelByPid(popularizeId);
|
|
|
// if (Constant.CHANNEL_NAME_360.equals(channel)) {
|