From 3900e712658e7e85ed237a3d75484e5d3f7fa08c Mon Sep 17 00:00:00 2001 From: gazebo Date: Tue, 9 Apr 2019 14:46:42 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E5=B0=86=E4=BA=BA=E6=B0=91=E5=B8=81?= =?UTF-8?q?=E7=AC=A6=E5=8F=B7=E6=8D=A2=E6=88=90=E5=85=A8=E8=A7=92=EF=BC=8C?= =?UTF-8?q?=E5=8D=8A=E8=A7=92=E9=A3=9E=E9=B9=85=E6=89=93=E5=8D=B0=E6=9C=BA?= =?UTF-8?q?=E6=89=93=E4=B8=8D=E5=87=BA=E6=9D=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxutils/jxutils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxutils/jxutils.go b/business/jxutils/jxutils.go index 4b7b963b9..e025464df 100644 --- a/business/jxutils/jxutils.go +++ b/business/jxutils/jxutils.go @@ -194,7 +194,7 @@ func IntPrice2StandardString(value int64) string { } func IntPrice2StandardCurrencyString(value int64) string { - return fmt.Sprintf("¥%.2f", IntPrice2Standard(value)) + return fmt.Sprintf("¥%.2f", IntPrice2Standard(value)) } func CallMsgHandler(handler func(), primaryID string) {