作者 钟来

修改bug

@@ -7,7 +7,6 @@ import org.springframework.context.annotation.Configuration; @@ -7,7 +7,6 @@ import org.springframework.context.annotation.Configuration;
7 import org.springframework.context.annotation.EnableAspectJAutoProxy; 7 import org.springframework.context.annotation.EnableAspectJAutoProxy;
8 8
9 import java.util.TimeZone; 9 import java.util.TimeZone;
10 -  
11 /** 10 /**
12 * 程序注解配置 11 * 程序注解配置
13 * 12 *
@@ -18,7 +17,7 @@ import java.util.TimeZone; @@ -18,7 +17,7 @@ import java.util.TimeZone;
18 @EnableAspectJAutoProxy(exposeProxy = true) 17 @EnableAspectJAutoProxy(exposeProxy = true)
19 // 指定要扫描的Mapper类的包的路径 18 // 指定要扫描的Mapper类的包的路径
20 @org.mybatis.spring.annotation.MapperScan(basePackages={"com.ruoyi.**.mapper"}) 19 @org.mybatis.spring.annotation.MapperScan(basePackages={"com.ruoyi.**.mapper"})
21 -@tk.mybatis.spring.annotation.MapperScan(basePackages={"com.ruoyi.system.tk"}) 20 +//@tk.mybatis.spring.annotation.MapperScan(basePackages={"com.ruoyi.system.tk"})
22 public class ApplicationConfig 21 public class ApplicationConfig
23 { 22 {
24 /** 23 /**