This commit is contained in:
邹宗楠
2024-11-14 16:50:36 +08:00
parent b16712a930
commit 525dd3e880
2 changed files with 3 additions and 3 deletions

View File

@@ -214,7 +214,7 @@ func (p *PurchaseHandler) CreateSku2(ctx *jxcontext.Context, sku *dao.StoreSkuSy
OutSkuId: utils.Int2Str(sku.SkuID),
Upc: sku.Upc,
JdPrice: utils.Int64ToStr(sku.Price),
ShopCategoryID: utils.Str2Int64WithDefault((sku.VendorCatID), 0),
ShopCategoryID: utils.Str2Int64WithDefault(sku.VendorCatID, 0),
},
})
if err2 == nil {