Commit fbdd2acd authored by suhuiguang's avatar suhuiguang

1.修改缺陷 765

parent fa4e9e03
...@@ -330,7 +330,7 @@ ...@@ -330,7 +330,7 @@
AND id = #{pointId} AND id = #{pointId}
</if> </if>
<if test="orgCode != null"> <if test="orgCode != null">
AND org_code like = #{orgCode} AND org_code = #{orgCode}
</if> </if>
</when> </when>
<when test="type == 'fireFoamRoom'"> <when test="type == 'fireFoamRoom'">
......
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