Commit ff36bf44 authored by maoying's avatar maoying

修改确警脚本查询异常

parent 75be00e5
...@@ -100,10 +100,10 @@ ...@@ -100,10 +100,10 @@
wl_equipment_specific_alarm_log weal wl_equipment_specific_alarm_log weal
<where> <where>
<if test="equipmentSpecificId != null and equipmentSpecificId != ''"> <if test="equipmentSpecificId != null and equipmentSpecificId != ''">
weal.equipment_specific_id = #{equipmentSpecificId} AND weal.equipment_specific_id = #{equipmentSpecificId}
</if> </if>
<if test="equipmentSpecificIndexKey != null and equipmentSpecificIndexKey != ''"> <if test="equipmentSpecificIndexKey != null and equipmentSpecificIndexKey != ''">
weal.equipment_specific_index_key = #{equipmentSpecificIndexKey} AND weal.equipment_specific_index_key = #{equipmentSpecificIndexKey}
</if> </if>
<if test="isConfirm != null and isConfirm != '' and isConfirm == 0"> <if test="isConfirm != null and isConfirm != '' and isConfirm == 0">
AND weal.confirm_date IS NULL AND weal.confirm_date IS NULL
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment