1
This commit is contained in:
@@ -166,7 +166,7 @@ func (p *PurchaseHandler) OrderDetail2Financial(result *domain591.AlibabaAelophy
|
|||||||
JxStoreID: jxStoreID,
|
JxStoreID: jxStoreID,
|
||||||
VendorSkuID: *x.SkuCode,
|
VendorSkuID: *x.SkuCode,
|
||||||
SkuID: utils.Str2Int(*x.SkuCode),
|
SkuID: utils.Str2Int(*x.SkuCode),
|
||||||
Name: utils.Interface2String(x.SkuName),
|
Name: *x.SkuName,
|
||||||
SalePrice: *x.Price,
|
SalePrice: *x.Price,
|
||||||
Count: utils.Float64TwoInt(*x.BuySaleQuantity),
|
Count: utils.Float64TwoInt(*x.BuySaleQuantity),
|
||||||
SkuBoxMoney: 0,
|
SkuBoxMoney: 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user