Browse Source

business

release_toaliyun_real
xhxu 4 years ago
parent
commit
f1afdb6370
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      mallinkService/src/main/java/com/iformall/service/impl/WxCouponSendServiceImpl.java

+ 0
- 2
mallinkService/src/main/java/com/iformall/service/impl/WxCouponSendServiceImpl.java View File

@@ -257,8 +257,6 @@ public class WxCouponSendServiceImpl implements WxCouponSendService {

return false;
} else if (wxCouponSend.getSendType().equals(EnumCouponSendSendType.B_MICROPAY.getCode())) {
logger.info("wxCouponSend{}"+wxCouponSend.toString());
logger.info("param{}"+param.toString());
if(StringUtils.isBlank(wxCouponSend.getConditions())){
return true;
}


Loading…
Cancel
Save