From aa2eae024f8f251c8e2b9eace5351dea7e315ed7 Mon Sep 17 00:00:00 2001
From: jiangqs <jiangqs>
Date: 星期一, 24 四月 2023 11:41:48 +0800
Subject: [PATCH] BUG

---
 hrt-modules/hrt-system/src/main/java/com/hrt/system/service/impl/SysOperLogServiceImpl.java |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/hrt-modules/hrt-system/src/main/java/com/hrt/system/service/impl/SysOperLogServiceImpl.java b/hrt-modules/hrt-system/src/main/java/com/hrt/system/service/impl/SysOperLogServiceImpl.java
index 3fa302c..078b63e 100644
--- a/hrt-modules/hrt-system/src/main/java/com/hrt/system/service/impl/SysOperLogServiceImpl.java
+++ b/hrt-modules/hrt-system/src/main/java/com/hrt/system/service/impl/SysOperLogServiceImpl.java
@@ -2,11 +2,10 @@
 
 import java.util.List;
 
-import com.hrt.system.service.ISysOperLogService;
-import org.springframework.beans.factory.annotation.Autowired;
+import com.hrt.system.service.user.ISysOperLogService;
 import org.springframework.stereotype.Service;
 import com.hrt.system.api.domain.SysOperLog;
-import com.hrt.system.mapper.SysOperLogMapper;
+import com.hrt.system.mapper.user.SysOperLogMapper;
 
 import javax.annotation.Resource;
 

--
Gitblit v1.7.1