From 590024e534552e07016db641ef187467cd7e329e Mon Sep 17 00:00:00 2001 From: gazebo Date: Tue, 2 Apr 2019 15:07:54 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E4=BA=BA=E6=B0=91=E5=B8=81=E7=AC=A6?= =?UTF-8?q?=E5=8F=B7=E7=94=A8=E5=8D=8A=E8=A7=92?= 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 e025464df..4b7b963b9 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) {