优化ping丢包率告警
This commit is contained in:
@@ -105,4 +105,8 @@
|
||||
#{id}
|
||||
</foreach>
|
||||
</delete>
|
||||
<delete id="deleteAlarmLogByClientIdAndAlarmType" parameterType="RmAlarmLog">
|
||||
delete from rm_alarm_log where client_id =#{clientId} and alarm_type =#{alarmType}
|
||||
</delete>
|
||||
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user