日志公共表添加配置id和action导出注解
radius日志导出过滤id和action
This commit is contained in:
@@ -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);
|
||||
/*}*/
|
||||
|
||||
Reference in New Issue
Block a user