告警列表增加查询字段
This commit is contained in:
parent
ad048615b8
commit
17d431f6d1
|
|
@ -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>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue