Commit 0f8335d7 authored by lizehua's avatar lizehua

修改首页无数据问题

parent fa583341
...@@ -515,6 +515,8 @@ ...@@ -515,6 +515,8 @@
left join wl_equipment_specific wles on wlesi.equipment_specific_id = wles.id left join wl_equipment_specific wles on wlesi.equipment_specific_id = wles.id
WHERE WHERE
wles.org_code=#{orgCode} wles.org_code=#{orgCode}
and wlei.type_code!='BREAKDOWN'
and wlei.type_code!='FIREALARM'
and (wlesi.`value` = 'true' and (wlesi.`value` = 'true'
OR wlesi.`value` = 'false') OR wlesi.`value` = 'false')
ORDER BY wlesi.create_date DESC ORDER BY wlesi.create_date DESC
......
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