优化ping丢包率告警

This commit is contained in:
gaoyutao
2026-03-12 18:04:43 +08:00
parent 03a77cc741
commit 268c0f319d
5 changed files with 56 additions and 16 deletions
@@ -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>