This commit is contained in:
邹宗楠
2022-11-11 18:46:02 +08:00
parent 9139505718
commit 63db04342c

View File

@@ -276,6 +276,9 @@ func (p *PurchaseHandler) createOrUpdateStoreSkus(ctx *jxcontext.Context, storeI
} else {
syncType = "更新商品"
for _, storeSku := range storeSkuList {
if storeSku.StoreSkuStatus != 1 { // 未可售的商品不参与修改
continue
}
// 更新商品(目前只更新子商品,主商品暂不支持)
param := &product_editV2_request.ProductEditV2Param{
Name: storeSku.Name,