Commit 9b705b5a authored by KeYong's avatar KeYong

修改bug

parent 62ea3a99
......@@ -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