导入并下发ip region时其附带的数值域的group id改为跟ip域一致
This commit is contained in:
@@ -597,11 +597,7 @@ public abstract class BaseService {
|
||||
if (baseIpCfg.getProtocolId() != null && baseIpCfg.getProtocolId() != 0) {
|
||||
if (numGroupId == 0) {
|
||||
GroupCfg group1 = new GroupCfg();
|
||||
if(baseIpCfg.getNumberRegionGroupId()!=null) {
|
||||
group1.setGroupId(baseIpCfg.getNumberRegionGroupId());
|
||||
}else {
|
||||
group1.setGroupId(ConfigServiceUtil.getId(2, 1).get(0));
|
||||
}
|
||||
group1.setGroupId(groupId);
|
||||
group1.setCompileId(baseIpCfg.getCompileId());
|
||||
group1.setAuditTime(baseIpCfg.getAuditTime());
|
||||
group1.setIsValid(baseIpCfg.getIsValid());
|
||||
|
||||
Reference in New Issue
Block a user