inlineip增加区域管控

This commit is contained in:
zhanghongqing
2018-11-26 18:20:22 +08:00
parent 4caa6a486b
commit ec574ad5d4
2 changed files with 27 additions and 2 deletions

View File

@@ -1265,6 +1265,7 @@ public abstract class BaseService {
ip.setIsValid(cfg.getIsValid());
ip.setOpTime(cfg.getAuditTime());
ip.setPolicyGroup(policyGroup);
ip.setAreaEffectiveIds(cfg.getAreaEffectiveIds());//添加区域管控
return ip;
}