优化告警日志、消息推送

This commit is contained in:
gaoyutao
2025-11-13 13:02:58 +08:00
parent 2910280746
commit 50d817091e
3 changed files with 135 additions and 64 deletions
@@ -30,6 +30,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="alarmType != null and alarmType != ''"> and alarm_type = #{alarmType}</if>
<if test="alarmContent != null and alarmContent != ''"> and alarm_content = #{alarmContent}</if>
</where>
order by alarm_time desc
</select>
<select id="selectRmAlarmLogById" parameterType="Long" resultMap="RmAlarmLogResult">