Commit e7552b13 authored by KeYong's avatar KeYong

修改消防器材接去掉系统过滤

parent b9c47c64
...@@ -6897,7 +6897,7 @@ ...@@ -6897,7 +6897,7 @@
LEFT JOIN wl_equipment_category cate ON cate.id = wle.category_id LEFT JOIN wl_equipment_category cate ON cate.id = wle.category_id
LEFT JOIN wl_unit as unit ON wle.unit_id = unit.id LEFT JOIN wl_unit as unit ON wle.unit_id = unit.id
<where> <where>
spe.system_id IS NOT NULL AND wle.code in wle.code in
<foreach collection="codes" item="item" index="index" open="(" close=")" separator=","> <foreach collection="codes" item="item" index="index" open="(" close=")" separator=",">
#{item} #{item}
</foreach> </foreach>
......
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