asn ip分组分组复用增加删除域加入用户自定义域ASN_ID

This commit is contained in:
wangxin
2018-10-25 20:16:23 +08:00
parent 5b89e6cff5
commit a4bd74e5c2
4 changed files with 35 additions and 5 deletions

View File

@@ -752,6 +752,8 @@ public abstract class BaseService {
BeanUtils.copyProperties(baseIpCfg, cfg);
cfg.setGroupId(asnIpCfg.getAsnIpGroup());
cfg.setRegionId(asnIpCfg.getRegionId());
String userRegion = "ASN_ID=" + asnIpCfg.getUserRegion1();
cfg.setUserRegion(userRegion);
}else if(_cfg instanceof AppIpCfg) {
AppIpCfg appIpCfg=(AppIpCfg)_cfg;
BeanUtils.copyProperties(appIpCfg, baseIpCfg);