Commit 2a0167a4 authored by 李秀明's avatar 李秀明

fix(equip): 消防系统状态筛选数据条数错误

parent 44632d10
......@@ -95,6 +95,9 @@
<if test="bizOrgCode != null and bizOrgCode != ''">
AND biz_org_code like CONCAT(#{bizOrgCode},'%')
</if>
<if test="systemStatus != null and systemStatus != ''">
AND system_status = #{systemStatus}
</if>
<if test="companyCode != null and companyCode != ''">
AND biz_org_code = #{companyCode}
</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