Explorar el Código

business

release_toaliyun_real
xhxu hace 4 años
padre
commit
f1afdb6370
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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 Ver fichero

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


Cargando…
Cancelar
Guardar