From 4b5c6891b92a186685b713627fe6701074b67435 Mon Sep 17 00:00:00 2001 From: lxp <1928192722@qq.com> Date: 星期五, 14 三月 2025 14:48:31 +0800 Subject: [PATCH] 工时管理1.0 --- performance-server/src/main/resources/mapper/PerformanceShiftMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/performance-server/src/main/resources/mapper/PerformanceShiftMapper.xml b/performance-server/src/main/resources/mapper/PerformanceShiftMapper.xml index 55779b3..b92f761 100644 --- a/performance-server/src/main/resources/mapper/PerformanceShiftMapper.xml +++ b/performance-server/src/main/resources/mapper/PerformanceShiftMapper.xml @@ -149,7 +149,7 @@ from user u left join department_lims dl on FIND_IN_SET(dl.id,u.depart_lims_id) - where dl.name in('閫氫俊浜у搧瀹為獙瀹�','鐢靛姏浜у搧瀹為獙瀹�') + where dl.name in('閫氫俊浜у搧瀹為獙瀹�','鐢靛姏浜у搧瀹為獙瀹�','妫�娴嬪姙') and u.status = 0 and u.is_custom = 0 </select> -- Gitblit v1.9.3