Просмотр исходного кода

business

release_toaliyun_real
xhxu 4 лет назад
Родитель
Сommit
f1afdb6370
1 измененных файлов: 0 добавлений и 2 удалений
  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 Просмотреть файл

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


Загрузка…
Отмена
Сохранить