diff --git a/pkg/compute/models/elasticcache_skus.go b/pkg/compute/models/elasticcache_skus.go index 37c4f5a7d6..ff47fc9efc 100644 --- a/pkg/compute/models/elasticcache_skus.go +++ b/pkg/compute/models/elasticcache_skus.go @@ -447,6 +447,8 @@ func (self *SElasticcacheSku) syncWithCloudSku(ctx context.Context, userCred mcc _, err := db.Update(self, func() error { self.PrepaidStatus = extSku.PrepaidStatus self.PostpaidStatus = extSku.PostpaidStatus + self.ZoneId = extSku.ZoneId + self.SlaveZoneId = extSku.SlaveZoneId return nil }) return err