|
|
@ -105,6 +105,12 @@
|
|
|
|
<if test="event.alarmUnitTelephone != null and event.alarmUnitTelephone !=''">
|
|
|
|
<if test="event.alarmUnitTelephone != null and event.alarmUnitTelephone !=''">
|
|
|
|
AND alarm_unit_telephone LIKE CONCAT('%', #{event.alarmUnitTelephone}, '%')
|
|
|
|
AND alarm_unit_telephone LIKE CONCAT('%', #{event.alarmUnitTelephone}, '%')
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="req.selectIsNull == 1 ">
|
|
|
|
|
|
|
|
and ai_110_id is not null and ai_110_id != ''
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="req.selectIsNull == 2 ">
|
|
|
|
|
|
|
|
and ai_110_id is null or ai_110_id = ''
|
|
|
|
|
|
|
|
</if>
|
|
|
|
</where>
|
|
|
|
</where>
|
|
|
|
order by event_date_time desc
|
|
|
|
order by event_date_time desc
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|