|
@@ -1092,6 +1092,7 @@ public class SmsServiceImpl implements ISmsService
|
|
|
updateLog.setContentJson(jsonObject.toJSONString());
|
|
updateLog.setContentJson(jsonObject.toJSONString());
|
|
|
if (allSuccess) {
|
|
if (allSuccess) {
|
|
|
updateLog.setSendStatus(1L);
|
|
updateLog.setSendStatus(1L);
|
|
|
|
|
+ updateLog.setReceivingStatus(1L);//已接收
|
|
|
log.info("主记录 {} 全部成功", sopSmsLogId);
|
|
log.info("主记录 {} 全部成功", sopSmsLogId);
|
|
|
} else if (allFail) {
|
|
} else if (allFail) {
|
|
|
updateLog.setSendStatus(0L);
|
|
updateLog.setSendStatus(0L);
|