@@ -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