日志公共表添加配置id和action导出注解

radius日志导出过滤id和action
This commit is contained in:
leijun
2018-12-16 21:29:16 +08:00
parent db9972d19d
commit 4aa01dcf05
2 changed files with 4 additions and 2 deletions

View File

@@ -122,7 +122,7 @@ public class NtcCollectRadiusLogController extends BaseController {
}else{
hColumns+=",";
}
String cfgIndexInfoNoExport=","+hColumns;
String cfgIndexInfoNoExport=",cfg_id,action,"+hColumns;
noExportMap.put("radius_log",cfgIndexInfoNoExport);
dataMap.put("radius_log",list);
/*}*/