Commit bd7689e3 authored by 李秀明's avatar 李秀明

fix(设备告警): 错误SQL处理

parent 9a2be87d
......@@ -253,7 +253,7 @@
wlesal.clean_time IS NOT NULL
</if>
<if test="param.systemCode != null and param.systemCode != ''">AND
wlesal.system_codes = #{systemCode}
wlesal.system_codes = #{param.systemCode}
</if>
<if test="param.cleanStatus != null and param.cleanStatus != '' and param.cleanStatus == 2">AND
wlesal.clean_time 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