From e84c0c4bf66853fa3d50c9b14bbff0c4b1c27df7 Mon Sep 17 00:00:00 2001 From: jau1 <95550641@163.com> Date: Mon, 22 Jan 2024 19:07:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dgroup=E4=B8=BA=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/sale-ratio.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/sale-ratio.go b/common/sale-ratio.go index 671d6eda..0948b6be 100644 --- a/common/sale-ratio.go +++ b/common/sale-ratio.go @@ -13,7 +13,7 @@ func SaleRatio2JSONString() string { } func UpdateSaleRatioByJSONString(jsonStr string) error { - GroupRatio = make(map[string]float64) + SaleRatio = make(map[string]float64) return json.Unmarshal([]byte(jsonStr), &SaleRatio) }