Commit 8d4bd5d6 authored by chenzhao's avatar chenzhao

修改bug

parent 4e9010f4
......@@ -319,8 +319,17 @@
wl_equipment_specific_alarm_log wlesal
LEFT JOIN wl_equipment we ON wlesal.equipment_code = we.code
LEFT JOIN wl_equipment_specific_alarm wlesa ON wlesa.id = wlesal.equipment_specific_alarm_id
WHERE
wlesal.clean_time is NULL ) d
<where>
<choose>
<when test="param.confirmType != null and param.confirmType == 0">
wlesal.confirm_type is NULL
</when>
<otherwise>
wlesal.clean_time is NULL
</otherwise>
</choose>
</where>
) d
<where>
<if test="param.warehouseStructureName != null and param.warehouseStructureName != ''">
d.warehouseStructureName like
......
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