导出功能IP Spoofing Spoofing内容显示不一致
This commit is contained in:
@@ -399,6 +399,15 @@ public class InterceptController extends CommonController {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (214==entity.getFunctionId()) {
|
||||||
|
for (CfgIndexInfo cfg : ipLists) {
|
||||||
|
if (!StringUtil.isBlank(cfg.getUserRegion1())) {
|
||||||
|
cfg.setUserRegion1(DictUtils.getDictLabels("SPOOFING_IP_TYPE", cfg.getUserRegion1(),cfg.getUserRegion1()));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
pktBinList = BaseStringCfg.replaceBaseKeyList(pktBinList);
|
pktBinList = BaseStringCfg.replaceBaseKeyList(pktBinList);
|
||||||
httpUrlList = BaseStringCfg.baseHexList(httpUrlList);
|
httpUrlList = BaseStringCfg.baseHexList(httpUrlList);
|
||||||
dataMap.put(entity.getMenuNameCode(), ipLists);
|
dataMap.put(entity.getMenuNameCode(), ipLists);
|
||||||
|
|||||||
Reference in New Issue
Block a user