fix 修复 初始化 SysDataScopeService 类未设置别名问题
parent
74e884c3ab
commit
62f86e38fb
|
|
@ -102,7 +102,7 @@ public class MybatisPlusConfiguration {
|
||||||
/**
|
/**
|
||||||
* 数据权限处理实现
|
* 数据权限处理实现
|
||||||
*/
|
*/
|
||||||
@Bean
|
@Bean("sdss")
|
||||||
public SysDataScopeService sysDataScopeService() {
|
public SysDataScopeService sysDataScopeService() {
|
||||||
return new SysDataScopeService();
|
return new SysDataScopeService();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue