Commit 5e1d33c9 authored by lisong's avatar lisong

修改查询bug

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