fix 修复 初始化 SysDataScopeService 类未设置别名问题

2.X
疯狂的狮子Li 2024-05-11 20:31:55 +08:00
parent 74e884c3ab
commit 62f86e38fb
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ public class MybatisPlusConfiguration {
/**
*
*/
@Bean
@Bean("sdss")
public SysDataScopeService sysDataScopeService() {
return new SysDataScopeService();
}