Browse Source

[短信组件][修改][修改延迟消息问题]

release_toaliyun_real
luozukai 7 years ago
parent
commit
fd2b60137e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      mallinkService/src/main/java/com/iformall/service/impl/SendCallBackSmsServiceImpl.java

+ 1
- 0
mallinkService/src/main/java/com/iformall/service/impl/SendCallBackSmsServiceImpl.java View File

@@ -120,6 +120,7 @@ public class SendCallBackSmsServiceImpl implements MsgSendService {
wxMsg.setStatus(EnumMsgStatus.MSG_STATUS_SENDED.getCode());
wxMsgMapper.updateByPrimaryKeySelective(wxMsg);
} else {
logger.error("发送:{},运营商返回失败:{}",phone,result);
wxMsgMapper.updateByPrimaryKeySelective(wxMsg);
throw new MallinkException(1001,"运营商返回失败:"+result);
}


Loading…
Cancel
Save