Commit b0daaef0 authored by chenzhao's avatar chenzhao

修改单位列表变更

parent cb8d4135
......@@ -58,7 +58,7 @@
instance_status like concat('%',#{role},'%')
</foreach>
</if>
and (1=1 or ur.transfer_to_user_ids like concat('%',#{currentUserId},'%'))
and (1=1 or isn.transfer_to_user_ids like concat('%',#{currentUserId},'%'))
</where>
ORDER BY
isn.create_date DESC, isn.apply_no DESC
......
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