|
|
@@ -257,8 +257,6 @@ public class WxCouponSendServiceImpl implements WxCouponSendService { |
|
|
|
|
|
|
|
|
return false; |
|
|
return false; |
|
|
} else if (wxCouponSend.getSendType().equals(EnumCouponSendSendType.B_MICROPAY.getCode())) { |
|
|
} else if (wxCouponSend.getSendType().equals(EnumCouponSendSendType.B_MICROPAY.getCode())) { |
|
|
logger.info("wxCouponSend{}"+wxCouponSend.toString()); |
|
|
|
|
|
logger.info("param{}"+param.toString()); |
|
|
|
|
|
if(StringUtils.isBlank(wxCouponSend.getConditions())){ |
|
|
if(StringUtils.isBlank(wxCouponSend.getConditions())){ |
|
|
return true; |
|
|
return true; |
|
|
} |
|
|
} |
|
|
|