Commit fa583341 authored by lizehua's avatar lizehua

修改首页无数据问题

parent c5471235
......@@ -514,7 +514,7 @@
LEFT JOIN wl_equipment_index wlei ON wlesi.equipment_index_id = wlei.id
left join wl_equipment_specific wles on wlesi.equipment_specific_id = wles.id
WHERE
wlesi.id=#{orgCode}
wles.org_code=#{orgCode}
and (wlesi.`value` = 'true'
OR wlesi.`value` = 'false')
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