告警列表增加查询字段

This commit is contained in:
wgx 2026-03-23 16:15:16 +08:00
parent ad048615b8
commit 17d431f6d1
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@
<if test="param2.alertTime!=null">
and DATE_FORMAT(ALERT_TIME,'%Y-%m-%d') = DATE_FORMAT(#{param2.alertTime},'%Y-%m-%d')
</if>
order by ALERT_TIME desc
</select>