|
|
|
@@ -252,6 +252,9 @@ public class WxCouponSendServiceImpl implements WxCouponSendService { |
|
|
|
|
|
|
|
return false; |
|
|
|
} else if (wxCouponSend.getSendType().equals(EnumCouponSendSendType.B_MICROPAY.getCode())) { |
|
|
|
if(StringUtils.isBlank(wxCouponSend.getConditions())){ |
|
|
|
return true; |
|
|
|
} |
|
|
|
if (param.getClass().equals(WxOrder.class)){ |
|
|
|
WxOrder wxOrder = (WxOrder) param; |
|
|
|
|
|
|
|
|