snat策略界面隐藏生效范围.

This commit is contained in:
zhangwq
2018-12-03 10:35:26 +08:00
parent ac5e519e39
commit 388f2d3c0b
4 changed files with 13 additions and 13 deletions

View File

@@ -195,7 +195,7 @@ public class IpAddrPoolCfgService extends BaseService{
ip.setService(ipcfg.getServiceId());
ip.setAddrPoolId(cfg.getCfgId());
ip.setOpTime(auditTime);
//ip.setAreaEffectiveIds(cfg.getAreaEffectiveIds());//添加区域管控
ip.setAreaEffectiveIds(cfg.getAreaEffectiveIds());//添加区域管控
resStrategyList.add(ip);
}
@@ -240,7 +240,7 @@ public class IpAddrPoolCfgService extends BaseService{
ip.setService(ipcfg.getServiceId());
ip.setAddrPoolId(cfg.getCfgId());
ip.setOpTime(auditTime);
//ip.setAreaEffectiveIds(cfg.getAreaEffectiveIds());
ip.setAreaEffectiveIds(cfg.getAreaEffectiveIds());
resStrategyList.add(ip);
}
//调用服务接口取消配置