Commit 429cc661 authored by 张森's avatar 张森

31604 站端设备平台v5>消防系统,同一个装备定义的装备,分属于不同的系统,只能绑定在1个系统下

parent 1f31fc78
......@@ -126,7 +126,7 @@
AND wesp.biz_org_code like concat(#{bizOrgCode},'%')
</if>
</where>
GROUP BY we.code
GROUP BY wesp.system_id, we.code
</select>
<select id="getEquipmentCountBySystemId" resultType="Map">
SELECT
......
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