From c27b939fa5fa6ce4d712f7e9ced2ad811d69d5ec Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期三, 30 十月 2024 20:46:25 +0800
Subject: [PATCH] 去掉dnc部分

---
 smart-man-boot/src/main/resources/com/qianwen/smartman/modules/perf/mapper/EmployeeOnOffWorkMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/smart-man-boot/src/main/resources/com/qianwen/smartman/modules/perf/mapper/EmployeeOnOffWorkMapper.xml b/smart-man-boot/src/main/resources/com/qianwen/smartman/modules/perf/mapper/EmployeeOnOffWorkMapper.xml
index eb9d055..559ffbc 100644
--- a/smart-man-boot/src/main/resources/com/qianwen/smartman/modules/perf/mapper/EmployeeOnOffWorkMapper.xml
+++ b/smart-man-boot/src/main/resources/com/qianwen/smartman/modules/perf/mapper/EmployeeOnOffWorkMapper.xml
@@ -19,7 +19,7 @@
         group by beoow2.workstation_id)
     </select>
 
-    <select id="willOnWork" resultType="com.qianwen.smartman.modules.cps.vo.GroupTreeVO">
+    <select id="willOnWork" resultType="com.qianwen.smartman.modules.smis.vo.GroupTreeVO">
         select bw.id,
                bw.code,
                bw.name,

--
Gitblit v1.9.3