From 91a20cb03480f1f8c2ffe22604442a21c6cfce07 Mon Sep 17 00:00:00 2001 From: xinian Date: Thu, 19 Mar 2026 17:47:44 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91=E6=96=87=E4=BB=B6=20gold=5Fl?= =?UTF-8?q?ist.go?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/player/controller/admin/gold_list.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/player/controller/admin/gold_list.go b/modules/player/controller/admin/gold_list.go index 5a3178110..797fb0b34 100644 --- a/modules/player/controller/admin/gold_list.go +++ b/modules/player/controller/admin/gold_list.go @@ -43,7 +43,7 @@ func (c *GoldListController) DuihuanGold(ctx context.Context, req *DuihuanGoldAd return } - all := r.Rate * float64(r.ExchangeNum) * 100 + all := r.Rate * float64(r.ExchangeNum) if base.NewBaseSysUserService().GetFreeGold(t.UserId) < int64(all*105) { err = fmt.Errorf("余额不足") return