|
|
@@ -233,6 +233,7 @@ public class AlarmRecordServiceImpl implements IAlarmRecordService {
|
|
|
AlarmEntrty alarmEntrty = new AlarmEntrty(Routes.NoticePush, strings, SendTypes.SMS.toString(), text);
|
|
|
remoteAlarmService.send(alarmEntrty);
|
|
|
log.info("气瓶发送短信打电话消息推送完成!");
|
|
|
+ log.info("气瓶发送短信内容:{}",text);
|
|
|
}
|
|
|
}
|
|
|
|