...
|
...
|
@@ -143,7 +143,7 @@ public class AlarmMsgServiceImpl implements AlarmMsgService { |
|
|
}
|
|
|
|
|
|
try {
|
|
|
monitorAlarmMapper.insertAlarmMsg(InfluxDBContants.Q_CLOUD, type, content, alarmInfo, sendStatus ? "successed" : "faild", resultJsonString,mobile,idc);
|
|
|
monitorAlarmMapper.insertAlarmMsg(InfluxDBContants.Q_CLOUD, type, content, alarmInfo, sendStatus ? "successed" : "failed", resultJsonString,mobile,idc);
|
|
|
} catch (Exception e) {
|
|
|
logger.error("insert sms into influxdb failed", e);
|
|
|
}
|
...
|
...
|
|