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/java/com/qianwen/smartman/modules/perf/mapper/EmployeeOnOffWorkMapper.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/smart-man-boot/src/main/java/com/qianwen/smartman/modules/perf/mapper/EmployeeOnOffWorkMapper.java b/smart-man-boot/src/main/java/com/qianwen/smartman/modules/perf/mapper/EmployeeOnOffWorkMapper.java
index 1dd2426..8bd8203 100644
--- a/smart-man-boot/src/main/java/com/qianwen/smartman/modules/perf/mapper/EmployeeOnOffWorkMapper.java
+++ b/smart-man-boot/src/main/java/com/qianwen/smartman/modules/perf/mapper/EmployeeOnOffWorkMapper.java
@@ -3,7 +3,7 @@
 import java.util.List;
 import org.apache.ibatis.annotations.Param;
 import com.qianwen.core.mp.mapper.BladeMapper;
-import com.qianwen.smartman.modules.cps.vo.GroupTreeVO;
+import com.qianwen.smartman.modules.smis.vo.GroupTreeVO;
 import com.qianwen.smartman.modules.perf.entity.EmployeeOnOffWork;
 import com.qianwen.smartman.modules.perf.vo.CurrWorkDetailVO;
 import com.qianwen.smartman.modules.perf.vo.OffEmployeeTreeVO;

--
Gitblit v1.9.3