1
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user