mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 16:23:42 +08:00 
			
		
		
		
	fix 修复 脱密逻辑判断错误问题
This commit is contained in:
		@@ -22,7 +22,7 @@ public class SysSensitiveServiceImpl implements SensitiveService {
 | 
			
		||||
    @Override
 | 
			
		||||
    public boolean isSensitive() {
 | 
			
		||||
        if (TenantHelper.isEnable()) {
 | 
			
		||||
            return !LoginHelper.isSuperAdmin() || !LoginHelper.isTenantAdmin();
 | 
			
		||||
            return !LoginHelper.isSuperAdmin() && !LoginHelper.isTenantAdmin();
 | 
			
		||||
        }
 | 
			
		||||
        return !LoginHelper.isSuperAdmin();
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user