1
This commit is contained in:
@@ -166,7 +166,7 @@ func (p *PurchaseHandler) OrderDetail2Financial(result *order_orderDetail_respon
|
||||
VendorStoreID: x.StoreInfo.StoreId,
|
||||
StoreID: 0,
|
||||
JxStoreID: jxStoreID,
|
||||
VendorSkuID: utils.Interface2String(x.SkuId),
|
||||
VendorSkuID: utils.Int64ToStr(utils.MustInterface2Int64(x.SkuId)),
|
||||
SkuID: int(utils.Str2Int64WithDefault(x.OutSkuId, 0)),
|
||||
Name: utils.Interface2String(x.ProductName),
|
||||
SalePrice: x.OrderAmount / x.ItemNum,
|
||||
|
||||
Reference in New Issue
Block a user