Showing
1 changed file
with
1 additions
and
1 deletions
@@ -143,7 +143,7 @@ public class AlarmMsgServiceImpl implements AlarmMsgService { | @@ -143,7 +143,7 @@ public class AlarmMsgServiceImpl implements AlarmMsgService { | ||
143 | } | 143 | } |
144 | 144 | ||
145 | try { | 145 | try { |
146 | - monitorAlarmMapper.insertAlarmMsg(InfluxDBContants.Q_CLOUD, type, content, alarmInfo, sendStatus ? "successed" : "faild", resultJsonString,mobile,idc); | 146 | + monitorAlarmMapper.insertAlarmMsg(InfluxDBContants.Q_CLOUD, type, content, alarmInfo, sendStatus ? "successed" : "failed", resultJsonString,mobile,idc); |
147 | } catch (Exception e) { | 147 | } catch (Exception e) { |
148 | logger.error("insert sms into influxdb failed", e); | 148 | logger.error("insert sms into influxdb failed", e); |
149 | } | 149 | } |
-
Please register or login to post a comment