mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2026-04-23 02:48:34 +08:00
fix 修复 初始化 SysDataScopeService 类未设置别名问题
This commit is contained in:
@@ -102,7 +102,7 @@ public class MybatisPlusConfiguration {
|
||||
/**
|
||||
* 数据权限处理实现
|
||||
*/
|
||||
@Bean
|
||||
@Bean("sdss")
|
||||
public SysDataScopeService sysDataScopeService() {
|
||||
return new SysDataScopeService();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user