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