Commit f5fca530 authored by 李秀明's avatar 李秀明

Merge remote-tracking branch 'origin/develop_dl' into develop_dl

parents 08c7c2a5 6d907cc4
......@@ -2369,7 +2369,7 @@
pc.org_code like CONCAT(#{bizOrgCode},'%')
</if>
<if test="userId !=null and userId!='' ">
AND pc.user_id = #{userId}
AND find_in_set(#{userId}, pc.user_id) > 0
</if>
</where>
</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