Explorar o código

Merge branch 'abroad_coupon_0808' into abroad_pre

zoujiajian %!s(int64=2) %!d(string=hai) anos
pai
achega
bbf01a8c23

+ 2 - 2
netflix-service/src/main/java/com/cyksj/service/distribute/impl/DistributeServiceImpl.java

@@ -254,8 +254,8 @@ public class DistributeServiceImpl implements DistributeService {
 		//处理优惠券关联
 		handlerDistributeCouponRelate(userDistribute.getId(), userDistribute.getUserId(), userDistributeReq.getCouponRelates());
 
-		//渠道目标额配置
-		handlerDistributeTargetAlert(userDistribute.getId(), userDistributeReq.getTargets());
+//		//渠道目标额配置
+//		handlerDistributeTargetAlert(userDistribute.getId(), userDistributeReq.getTargets());
 	}
 
 	@Override