radius导出字段过滤
This commit is contained in:
@@ -119,6 +119,8 @@ public class NtcCollectRadiusLogController extends BaseController {
|
|||||||
SysUser user =UserUtils.getUser();
|
SysUser user =UserUtils.getUser();
|
||||||
if (!user.isAdmin()){
|
if (!user.isAdmin()){
|
||||||
hColumns+=",scene_file,";
|
hColumns+=",scene_file,";
|
||||||
|
}else{
|
||||||
|
hColumns+=",";
|
||||||
}
|
}
|
||||||
String cfgIndexInfoNoExport=","+hColumns;
|
String cfgIndexInfoNoExport=","+hColumns;
|
||||||
noExportMap.put("radius_log",cfgIndexInfoNoExport);
|
noExportMap.put("radius_log",cfgIndexInfoNoExport);
|
||||||
|
|||||||
Reference in New Issue
Block a user