导出文件名空格替换下划线
This commit is contained in:
@@ -239,8 +239,12 @@ public class InterceptController extends CommonController{
|
||||
List<BaseStringCfg> interInfoList=new ArrayList<BaseStringCfg>();
|
||||
for (CfgIndexInfo cfg : page.getList()) {
|
||||
CfgIndexInfo cfgIndexInfo=interceptCfgService.exportIpInfo(cfg);
|
||||
if(cfgIndexInfo.getIpPortList()!=null){
|
||||
ipList.addAll(cfgIndexInfo.getIpPortList());
|
||||
}
|
||||
if(cfgIndexInfo.getInterceptPktBinList()!=null){
|
||||
interInfoList.addAll(cfgIndexInfo.getInterceptPktBinList());
|
||||
}
|
||||
}
|
||||
interInfoList=BaseStringCfg.replaceBaseKeyList(interInfoList);
|
||||
dataMap.put(entity.getMenuNameCode(), page.getList());
|
||||
|
||||
Reference in New Issue
Block a user