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/CustomeConfigServiceImpl.java |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/hrt-modules/hrt-system/src/main/java/com/hrt/system/service/impl/CustomeConfigServiceImpl.java b/hrt-modules/hrt-system/src/main/java/com/hrt/system/service/impl/CustomeConfigServiceImpl.java
index 231e100..a2ce739 100644
--- a/hrt-modules/hrt-system/src/main/java/com/hrt/system/service/impl/CustomeConfigServiceImpl.java
+++ b/hrt-modules/hrt-system/src/main/java/com/hrt/system/service/impl/CustomeConfigServiceImpl.java
@@ -1,9 +1,10 @@
 package com.hrt.system.service.impl;
 
-import com.hrt.system.domain.poji.CustomeConfig;
-import com.hrt.system.mapper.CustomeConfigMapper;
-import com.hrt.system.service.CustomeConfigService;
-import com.baomidou.mybatisplus.service.impl.ServiceImpl;
+import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
+import com.hrt.system.domain.poji.sys.CustomeConfig;
+import com.hrt.system.mapper.sys.CustomeConfigMapper;
+import com.hrt.system.service.sys.CustomeConfigService;
+
 import org.springframework.stereotype.Service;
 
 /**

--
Gitblit v1.7.1