From adb80905b27adaf6776a8a917d00742ca22cad0f Mon Sep 17 00:00:00 2001 From: zhangjie Date: Sat, 3 Feb 2024 11:40:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=9B=E5=BB=BA=E8=B4=A6=E5=8F=B7?= =?UTF-8?q?=EF=BC=8Ctaiwan=20cash=5Fcera=5Fpoint=20=E5=88=9B=E5=BB=BA?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- console/biz/gm/service/accounts.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/console/biz/gm/service/accounts.go b/console/biz/gm/service/accounts.go index 4835f4c..539c178 100644 --- a/console/biz/gm/service/accounts.go +++ b/console/biz/gm/service/accounts.go @@ -216,8 +216,7 @@ func CreateAccount(args *CreateAccountReq) error { }) dbBilling.Table("cash_cera_point").Create(map[string]interface{}{ "account": uid, - "cera_point": 0, - "mod_tran": 0, + "cera_point": 50, "mod_date": nowStr, "reg_date": nowStr, })