radius导出字段过滤

This commit is contained in:
leijun
2018-12-15 23:18:35 +08:00
parent 5c2a898766
commit 7777cd2fe7

View File

@@ -119,6 +119,8 @@ public class NtcCollectRadiusLogController extends BaseController {
SysUser user =UserUtils.getUser();
if (!user.isAdmin()){
hColumns+=",scene_file,";
}else{
hColumns+=",";
}
String cfgIndexInfoNoExport=","+hColumns;
noExportMap.put("radius_log",cfgIndexInfoNoExport);