From bdb82d78c8ae22e5e2d3c5e903e892af058ebeaa Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Mon, 24 Apr 2023 17:47:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/comm_plan/all.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/comm_plan/all.go b/lib/comm_plan/all.go index 4ec84e8..6c63785 100644 --- a/lib/comm_plan/all.go +++ b/lib/comm_plan/all.go @@ -53,7 +53,7 @@ func CalReturnAmountAndRatio(level, ownbuyReturnType, peerNum int, userType stri amountList[i].Val = 0 } } - commission = zhios_order_relate_utils.FloatFormat(commission, 2) + commission = zhios_order_relate_utils.FloatFormat(commission, 3) for i, coin := range amountList { amountList[i].Val = zhios_order_relate_utils.FloatFormat(coin.Val, 6)