fix(region): rds network sync

This commit is contained in:
Qu Xuan
2021-07-19 17:15:09 +08:00
parent bd3cb27061
commit b8c443263b
+1 -1
View File
@@ -160,7 +160,7 @@ func (manager *SDBInstanceNetworkManager) SyncDBInstanceNetwork(ctx context.Cont
}
}
for i := range networks {
_, ok := remoteMap[networks[i].NetworkId]
_, ok := remoteMap[networks[i].NetworkId+networks[i].IpAddr]
if ok {
continue
}