Commit 36f70ced authored by chenzhao's avatar chenzhao

修改sql

parent 20fe3fb4
......@@ -114,7 +114,7 @@
<if test="dto.code!=null and dto.code!=''">
and v.code like concat('%',#{dto.code},'%')
</if>
<if test="dto.orgCode!=null and dto.bizOrgCode!=''">
<if test="dto.orgCode!=null and dto.bizOrgCode!='' and dto.buildingId ==null and dto.buildingId =='' ">
and wfl.field_value like concat (#{dto.bizOrgCode},'%')
</if>
GROUP BY id
......
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