Ver a proveniência

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

release_toaliyun_real
hupeng há 7 anos
ascendente
cometimento
bbfedd5f5f
1 ficheiros alterados com 1 adições e 1 eliminações
  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 ficheiro

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


Carregando…
Cancelar
Guardar