|
@@ -62,7 +62,7 @@
|
|
and sat.`name` like concat('%', #{dto.alarmName}, '%')
|
|
and sat.`name` like concat('%', #{dto.alarmName}, '%')
|
|
</if>
|
|
</if>
|
|
<if test="dto.alarmCategory != null and dto.alarmCategory!=''" >
|
|
<if test="dto.alarmCategory != null and dto.alarmCategory!=''" >
|
|
- and sat.alarm_category like concat('%', #{dto.alarmCategory}, '%')
|
|
|
|
|
|
+ and sat.alarm_category = #{dto.alarmCategory}
|
|
</if>
|
|
</if>
|
|
<if test="dto.startTime != null">
|
|
<if test="dto.startTime != null">
|
|
and sad.alarm_start_time >=#{dto.startTime}
|
|
and sad.alarm_start_time >=#{dto.startTime}
|