银豹商品增加分类

This commit is contained in:
苏尹岚
2020-03-27 14:25:42 +08:00
parent f7f2e0b515
commit 48605c7452

View File

@@ -335,7 +335,7 @@ func buildProductInfoParam(storeSku *dao.StoreSkuSyncInfo) (productInfoParam *yi
Barcode: storeSku.YbBarCode,
BuyPrice: &buyPrice,
SellPrice: &sellPrice,
CategoryUID: storeSku.VendorCatID,
CategoryUID: utils.Str2Int64(storeSku.VendorCatID),
}
productInfoParam.ProductInfo = productInfo
return productInfoParam