From 7f0139ac26ae6949a25884d6e0ed019c608af6cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Mon, 3 Jul 2023 14:39:43 +0800 Subject: [PATCH] 1 --- business/partner/purchase/tao_vegetable/financial.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,