Commit 5e1d33c9 authored by lisong's avatar lisong

修改查询bug

parent 9593b998
......@@ -58,7 +58,6 @@
instance_status like concat('%',#{role},'%')
</foreach>
</if>
-- and (1=1 or isn.transfer_to_user_ids like concat('%',#{currentUserId},'%'))
OR (isn.transfer_to_user_ids LIKE concat ( '%', #{currentUserId}, '%' ) )
</where>
ORDER BY
......
......@@ -175,7 +175,6 @@
and receive_org_code = #{contractDto.receiveOrgCodeFilter}
</if>
-- 转办隔离逻辑
-- and (1=1 or transfer_to_user_ids like concat('%',#{currentUserId},'%'))
OR (transfer_to_user_ids LIKE concat ( '%', #{currentUserId}, '%' ))
-- 数据过滤结束 ----------------------------------------------------
</where>
......
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