去除无用代码.

This commit is contained in:
zhangwenqing
2019-01-03 18:10:05 +08:00
parent d1c808d832
commit 3c28bb7514
2 changed files with 0 additions and 25 deletions

View File

@@ -2040,7 +2040,6 @@ public class BaseController {
cfg.setBehavCode(Integer.parseInt(behaviorId));
}
AppFeatureIndex appfeature = new AppFeatureIndex();
BeanUtils.copyProperties(cfg, appfeature,new String[] {"cfgId"});
if(regionDict!=null){
@@ -2048,13 +2047,7 @@ public class BaseController {
appfeature.setCfgRegionValue(regionDict.getConfigRegionValue());
appfeature.setCfgRegionType(String.valueOf(regionDict.getRegionType()));
}
if(cfg.getDistrict().equals("L3_header")) {
appfeature.setIsHexbin(1);
appfeature.setExprType(3);
appfeature.setMatchMethod(0);
}
appFeatureIndexs.add(appfeature);
ind++;
}
ipCfgService.saveAndSend(regionDict, serviceDict, specificServiceCfg, _complexkeywordCfgs, cfgIndexInfos, appPolicyCfgs,appFeatureIndexs,isSend.equals("1"));