This commit is contained in:
邹宗楠
2022-10-09 18:53:03 +08:00
parent 91e2f26ce8
commit 1cbf329938

View File

@@ -309,7 +309,7 @@ func (p *PurchaseHandler) createOrUpdateStoreSkus(ctx *jxcontext.Context, storeI
SellChannel: []int64{0},
StartSaleType: 0,
PickupMethod: "0",
StoreId: int64(storeSku.StoreID),
StoreId: utils.Str2Int64(vendorStoreID),
//MainProductId: int64(storeSku.NameID),
}