1
This commit is contained in:
@@ -142,7 +142,7 @@ func (p *PurchaseHandler) getOrder(vendorOrgCode, vendorOrderID, vendorStoreID s
|
||||
StoreSubID: 0,
|
||||
StoreSubName: "",
|
||||
Count: int(extra.ItemNum),
|
||||
VendorSkuID: utils.Int64ToStr(extra.SkuId),
|
||||
VendorSkuID: extra.ProductIdStr,
|
||||
SkuID: utils.Str2Int(extra.OutSkuId),
|
||||
JxSkuID: utils.Str2Int(extra.OutSkuId),
|
||||
SkuName: extra.ProductName,
|
||||
|
||||
Reference in New Issue
Block a user