wushunjie
杜函宇 8 months ago
parent 7771faa141
commit b6dd790f3f

@ -105,10 +105,10 @@
<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 "> <if test="event.selectIsNull == 1 ">
and ai_110_id is not null and ai_110_id != '' and ai_110_id is not null and ai_110_id != ''
</if> </if>
<if test="req.selectIsNull == 2 "> <if test="event.selectIsNull == 2 ">
and ai_110_id is null or ai_110_id = '' and ai_110_id is null or ai_110_id = ''
</if> </if>
</where> </where>

Loading…
Cancel
Save