snat策略界面隐藏生效范围.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
//调用服务接口取消配置
|
||||
|
||||
Reference in New Issue
Block a user