Commit 7650c073 authored by xixinzhao's avatar xixinzhao

Merge branch 'develop_dl_plan6' of http://39.98.45.134:8090/moa/amos-boot-biz into develop_dl_plan6

parents 20e3ea3e ff36bf44
......@@ -100,10 +100,10 @@
wl_equipment_specific_alarm_log weal
<where>
<if test="equipmentSpecificId != null and equipmentSpecificId != ''">
weal.equipment_specific_id = #{equipmentSpecificId}
AND weal.equipment_specific_id = #{equipmentSpecificId}
</if>
<if test="equipmentSpecificIndexKey != null and equipmentSpecificIndexKey != ''">
weal.equipment_specific_index_key = #{equipmentSpecificIndexKey}
AND weal.equipment_specific_index_key = #{equipmentSpecificIndexKey}
</if>
<if test="isConfirm != null and isConfirm != '' and isConfirm == 0">
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