This commit is contained in:
aozhiwei 2024-07-05 19:05:47 +08:00
parent 358a8bb005
commit 0ad928799a

View File

@ -54,7 +54,7 @@ func UserAddGold(accountId string, goldNum int32) bool {
},
[][]string {
{"!gold", func () string {
return fmt.Sprintf("gold = gold + %d", goldNum)
return fmt.Sprintf("gold + %d", goldNum)
}()},
},
func (err error, lastInsertId int64, rowsAffected int64) {