From de3590b244c8d2b9bec76f01d2f298f3fa670190 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期一, 10 三月 2025 18:14:59 +0800
Subject: [PATCH] 优化员工详情功能
---
java110-db/src/main/resources/mapper/user/OrgV1ServiceDaoImplMapper.xml | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/java110-db/src/main/resources/mapper/user/OrgV1ServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/user/OrgV1ServiceDaoImplMapper.xml
index 8457746..73f34e6 100644
--- a/java110-db/src/main/resources/mapper/user/OrgV1ServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/user/OrgV1ServiceDaoImplMapper.xml
@@ -43,6 +43,10 @@
<if test="storeId !=null and storeId != ''">
and t.store_id= #{storeId}
</if>
+ <if test="storeTypeCd !=null and storeId = '800900000003'">
+ and t.store_id not in ('400000000000000001','400000000000000002')
+ </if>
+
<if test="orgId !=null and orgId != ''">
and t.org_id= #{orgId}
</if>
@@ -115,9 +119,13 @@
<if test="statusCd !=null and statusCd != ''">
and t.status_cd= #{statusCd}
</if>
+
<if test="storeId !=null and storeId != ''">
and t.store_id= #{storeId}
</if>
+ <if test="storeTypeCd !=null and storeId = '800900000003'">
+ and t.store_id not in ('400000000000000001','400000000000000002')
+ </if>
<if test="orgId !=null and orgId != ''">
and t.org_id= #{orgId}
</if>
--
Gitblit v1.8.0