init
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package com.ruoyi.system.service.impl;
|
||||
|
||||
import com.ruoyi.common.core.service.SensitiveService;
|
||||
import com.ruoyi.common.helper.LoginHelper;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
/**
|
||||
@@ -26,9 +27,9 @@ public class SysSensitiveServiceImpl implements SensitiveService {
|
||||
*/
|
||||
@Override
|
||||
public boolean isSensitive() {
|
||||
/*if(LoginHelper.isAdmin()){
|
||||
if(LoginHelper.isAdmin()){
|
||||
return false;
|
||||
}*/
|
||||
}
|
||||
return SENSITIVE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user