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,