Parcourir la source

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

release_toaliyun_real
hupeng il y a 7 ans
Parent
révision
bbfedd5f5f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 Voir le fichier

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


Chargement…
Annuler
Enregistrer