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