From b8eda36d40ba88cdc7ea83b79d7991e5debadcc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Mon, 9 Mar 2020 15:48:10 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=A9=E6=96=99=E4=B8=8B=E5=8D=95=E6=9B=B4?= =?UTF-8?q?=E6=94=B9=E6=95=B0=E6=8D=AE=E7=B1=BB=E5=9E=8Bfloa?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/partner/purchase/jx/localjx/order.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/business/partner/purchase/jx/localjx/order.go b/business/partner/purchase/jx/localjx/order.go index a15b6e13c..4979ca0d3 100644 --- a/business/partner/purchase/jx/localjx/order.go +++ b/business/partner/purchase/jx/localjx/order.go @@ -598,7 +598,7 @@ func orderSolutionForWuLiao(order *model.GoodsOrder) (err error) { if order.FromStoreID != 0 { var ( goodsNos []string - prices []int + prices []float64 quantities []int db = dao.GetDB() ) @@ -613,7 +613,7 @@ func orderSolutionForWuLiao(order *model.GoodsOrder) (err error) { continue } goodsNos = append(goodsNos, skus[0].EclpID) - prices = append(prices, 0) + prices = append(prices, 0.00) quantities = append(quantities, v.Count) } result, err := api.JdEclpAPI.AddOrder(&jdeclpapi.AddOrderParam{