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, })