From 84191e091b71432afb57be578f446a5e27be919f 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:42:54 +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 19848bf3c..0137e670e 100644 --- a/business/partner/purchase/tao_vegetable/financial.go +++ b/business/partner/purchase/tao_vegetable/financial.go @@ -166,7 +166,7 @@ func (p *PurchaseHandler) OrderDetail2Financial(result *domain591.AlibabaAelophy JxStoreID: jxStoreID, VendorSkuID: *x.SkuCode, SkuID: utils.Str2Int(*x.SkuCode), - Name: utils.Interface2String(x.SkuName), + Name: *x.SkuName, SalePrice: *x.Price, Count: utils.Float64TwoInt(*x.BuySaleQuantity), SkuBoxMoney: 0,