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/auth/granter/EmployeeTokenGranter.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/smart-man-boot/src/main/java/com/qianwen/smartman/modules/auth/granter/EmployeeTokenGranter.java b/smart-man-boot/src/main/java/com/qianwen/smartman/modules/auth/granter/EmployeeTokenGranter.java index eb7f72f..dcbacba 100644 --- a/smart-man-boot/src/main/java/com/qianwen/smartman/modules/auth/granter/EmployeeTokenGranter.java +++ b/smart-man-boot/src/main/java/com/qianwen/smartman/modules/auth/granter/EmployeeTokenGranter.java @@ -9,8 +9,8 @@ import com.qianwen.core.tool.utils.StringUtil; import com.qianwen.smartman.modules.auth.provider.ITokenGranter; import com.qianwen.smartman.modules.auth.provider.TokenParameter; -import com.qianwen.smartman.modules.cps.entity.Employee; -import com.qianwen.smartman.modules.cps.service.IEmployeeService; +import com.qianwen.smartman.modules.smis.entity.Employee; +import com.qianwen.smartman.modules.smis.service.IEmployeeService; import com.qianwen.smartman.modules.system.entity.OauthLoginEmployee; import com.qianwen.smartman.modules.system.entity.User; import com.qianwen.smartman.modules.system.entity.UserInfo; -- Gitblit v1.9.3