From 10c5247722995e571b3fd4dbffb178964a9bd6ee Mon Sep 17 00:00:00 2001 From: yangys <y_ys79@sina.com> Date: 星期三, 05 十一月 2025 10:51:54 +0800 Subject: [PATCH] 台账添加错误问题修改 --- smart-man-boot/src/main/java/com/qianwen/smartman/modules/perf/service/impl/EmployeePerfServiceImpl.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/smart-man-boot/src/main/java/com/qianwen/smartman/modules/perf/service/impl/EmployeePerfServiceImpl.java b/smart-man-boot/src/main/java/com/qianwen/smartman/modules/perf/service/impl/EmployeePerfServiceImpl.java index a204bb6..272885e 100644 --- a/smart-man-boot/src/main/java/com/qianwen/smartman/modules/perf/service/impl/EmployeePerfServiceImpl.java +++ b/smart-man-boot/src/main/java/com/qianwen/smartman/modules/perf/service/impl/EmployeePerfServiceImpl.java @@ -7,9 +7,9 @@ import com.qianwen.smartman.common.cache.cps.WorkstationCache; import com.qianwen.smartman.common.utils.ListUtils; import com.qianwen.core.tool.utils.DateUtil; -import com.qianwen.smartman.modules.cps.dto.EmployeeDTO; -import com.qianwen.smartman.modules.cps.dto.WorkstationDTO; -import com.qianwen.smartman.modules.cps.vo.EmployeeVO; +import com.qianwen.smartman.modules.smis.dto.EmployeeDTO; +import com.qianwen.smartman.modules.smis.dto.WorkstationDTO; +import com.qianwen.smartman.modules.smis.vo.EmployeeVO; import com.qianwen.smartman.modules.mdc.entity.SuperAggregateOutput; import com.qianwen.smartman.modules.mdc.entity.SuperAggregateState; import com.qianwen.smartman.modules.mdc.enums.OpenTypeEnums; -- Gitblit v1.9.3