Commit 8f69a4e0 authored by KeYong's avatar KeYong

绍兴现场查询非物联装备

parent 3e996e28
...@@ -159,7 +159,7 @@ ...@@ -159,7 +159,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>
wle.id is not null wle.id is not null AND wle.is_iot = 0
<if test="systemId != null and systemId != ''"> <if test="systemId != null and systemId != ''">
AND find_in_set(#{systemId},spe.system_id) AND find_in_set(#{systemId},spe.system_id)
</if> </if>
......
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