Commit 6572a966 authored by 李秀明's avatar 李秀明

消防告警信息列表,按照系统过滤的显示错误

parent 1e8a4553
......@@ -1464,7 +1464,7 @@
AND DATE_FORMAT( #{endDate}, '%Y-%m-%d %H:%i:%s' ) >= wlesal.create_date
</if>
<if test="systemCode != null and systemCode != ''">
and fs.system_type = #{systemCode}
and fs.code = #{systemCode}
</if>
<if test="name != null and name != ''">
and wlesal.equipment_specific_name like concat('%', #{name},'%')
......
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