恢复ip和代理模块审核方法中二次查询域信息代码,避免同一种域允许新增多个的问题

This commit is contained in:
段冬梅
2019-04-28 12:03:16 +08:00
parent 494fb0669a
commit 8e724393e1
3 changed files with 9 additions and 0 deletions

View File

@@ -378,6 +378,8 @@ public class InterceptCfgService extends CrudService<WebsiteCfgDao,CfgIndexInfo>
List<DigestCfg> digestRegionList = new ArrayList();
List<IpCfg> areaIpRegionList = new ArrayList();
//查询子配置并修改审核状态
entity = this.getInterceptCfg(entity.getCfgId(),entity.getCompileId());
if(entity.getServiceId().equals(518)){//IP仿冒策略
//仿冒IP池配置匹配下发或者取消
PxyObjSpoofingIpPool pool=new PxyObjSpoofingIpPool();