Commit 33b00f3e authored by suhuiguang's avatar suhuiguang

1.自测bug

parent 06061da2
...@@ -155,7 +155,7 @@ ...@@ -155,7 +155,7 @@
<if test="orgCodes != null and orgCodes.size > 0"> <if test="orgCodes != null and orgCodes.size > 0">
AND AND
<foreach collection="orgCodes" open="(" item="orgCode" close=")" separator=" or "> <foreach collection="orgCodes" open="(" item="orgCode" close=")" separator=" or ">
(u.org_code like concat(#{orgCode}, '%') ) (u.supervise_org_code like concat(#{orgCode}, '%') )
</foreach> </foreach>
</if> </if>
</select> </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