From 3c37c5037475483692b13fef9ca07bd138b13383 Mon Sep 17 00:00:00 2001 From: zhangyue Date: Fri, 12 Jun 2026 17:21:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E4=BA=BA=E5=91=98=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=EF=BC=8C=E4=B8=B4=E6=97=B6=E5=A2=9E=E5=8A=A0=E6=95=B0?= =?UTF-8?q?=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/sync/SyncUserMapper.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web-infrastructure/src/main/resources/mapper/sync/SyncUserMapper.xml b/web-infrastructure/src/main/resources/mapper/sync/SyncUserMapper.xml index ec55456f..69c02e0c 100644 --- a/web-infrastructure/src/main/resources/mapper/sync/SyncUserMapper.xml +++ b/web-infrastructure/src/main/resources/mapper/sync/SyncUserMapper.xml @@ -35,7 +35,7 @@ left join department d on d.id = u.department_id left join post p on p.id = u.post_id - and u.id != u.corpinfo_id + (and u.id != u.corpinfo_id and u.delete_enum = 'FALSE' and u.employment_flag in (1, 2) and u.corpinfo_id = #{params.corpinfoId} @@ -56,8 +56,8 @@ and u.user_id_card = TO_BASE64(#{params.userIdCard}) - - + ) + or u.id = 2034204588722098176 order by u.sort , u.create_time desc