From 6febd963e61eae7c40b05cd5761f6a10f4fcd57e Mon Sep 17 00:00:00 2001 From: zhaokai Date: Fri, 5 Dec 2025 14:13:34 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A6=BB=E8=81=8C=E5=85=A5=E8=81=8C=E7=9B=B8?= =?UTF-8?q?=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/UserMapper.xml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/web-infrastructure/src/main/resources/mapper/UserMapper.xml b/web-infrastructure/src/main/resources/mapper/UserMapper.xml index 9e23056..77c7201 100644 --- a/web-infrastructure/src/main/resources/mapper/UserMapper.xml +++ b/web-infrastructure/src/main/resources/mapper/UserMapper.xml @@ -332,15 +332,12 @@ OR u.corpinfo_id = '' OR u.id != u.corpinfo_id ) - - - AND u.delete_enum = 'FALSE' AND ( - (u.flow_flag = 0 AND u.corpinfo_id = #{params.eqCorpinfoId} ) + (u.flow_flag = 0 AND u.corpinfo_id = #{params.eqCorpinfoId} and u.employment_flag !='3') OR - (u.flow_flag = 1 AND cp.corpinfo_id = #{params.eqCorpinfoId} ) + (u.flow_flag = 1 AND cp.corpinfo_id = #{params.eqCorpinfoId} and cp.employment_flag !='3') )