From cdacf99a92941264812373cb43a3e35b8fea703c Mon Sep 17 00:00:00 2001 From: gazebo Date: Tue, 2 Apr 2019 09:58:49 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E5=AE=9E=E9=99=85=E6=94=AF=E4=BB=98?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=B4=A7=E5=B8=81=E7=AC=A6=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxutils/netprinter/netprinter.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/business/jxutils/netprinter/netprinter.go b/business/jxutils/netprinter/netprinter.go index cd8780442..8f36e12b9 100644 --- a/business/jxutils/netprinter/netprinter.go +++ b/business/jxutils/netprinter/netprinter.go @@ -59,7 +59,7 @@ func GetFeieOrderContent(order *model.GoodsOrder, storeTel string) (content stri %s

-实际支付:%.2f
+实际支付:%s

商品明细:
品名 数量 单价 小计 @@ -75,7 +75,7 @@ func GetFeieOrderContent(order *model.GoodsOrder, storeTel string) (content stri order.ConsigneeMobile, order.ConsigneeAddress, order.BuyerComment, - jxutils.IntPrice2Standard(order.ActualPayPrice), + jxutils.IntPrice2StandardCurrencyString(order.ActualPayPrice), } for _, sku := range order.Skus {