diff --git a/business/partner/purchase/tao_vegetable/financial.go b/business/partner/purchase/tao_vegetable/financial.go index 62bb2988b..19848bf3c 100644 --- a/business/partner/purchase/tao_vegetable/financial.go +++ b/business/partner/purchase/tao_vegetable/financial.go @@ -164,7 +164,7 @@ func (p *PurchaseHandler) OrderDetail2Financial(result *domain591.AlibabaAelophy VendorStoreID: *result.StoreId, StoreID: 0, JxStoreID: jxStoreID, - VendorSkuID: utils.Int64ToStr(utils.MustInterface2Int64(x.SkuCode)), + VendorSkuID: *x.SkuCode, SkuID: utils.Str2Int(*x.SkuCode), Name: utils.Interface2String(x.SkuName), SalePrice: *x.Price,