Authored by qinchao

短信抑制修改

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