Skip to content

Commit

Permalink
fix: 创建账号,taiwan cash_cera_point 创建记录失败
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangjie committed Feb 3, 2024
1 parent 50c24b4 commit adb8090
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions console/biz/gm/service/accounts.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
})
Expand Down

0 comments on commit adb8090

Please sign in to comment.