Explorar el Código

[短信][修改]:放开因调试注释掉的短信发放代码

release_toaliyun_real
hupeng hace 7 años
padre
commit
bbfedd5f5f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxCouponInjectServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxCouponInjectServiceImpl.java Ver fichero

@@ -145,7 +145,7 @@ public class WxCouponInjectServiceImpl implements WxCouponInjectService {
if (sentUsers.size() > 0) {
record.setStatus(EnumCouponInjectStatus.HAS_SENT.getCode());
//发送短信
//sendMsg(record, sentUsers);
sendMsg(record, sentUsers);
} else {
record.setStatus(EnumCouponInjectStatus.SEND_FAILED.getCode());
}


Cargando…
Cancelar
Guardar