mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2025-09-04 11:37:28 +00:00
add 简单迁移租户模块,修改相关功能
This commit is contained in:
@@ -19,7 +19,7 @@ public class SensitiveServiceImpl implements SensitiveService {
|
||||
*/
|
||||
@Override
|
||||
public boolean isSensitive() {
|
||||
return !LoginHelper.isAdmin();
|
||||
return !LoginHelper.isSuperAdmin();
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user