This commit is contained in:
aozhiwei 2024-07-19 14:53:59 +08:00
parent 18a93ea11d
commit c50c47d979

View File

@ -23,7 +23,7 @@ func (this *UserApi) Info(c *gin.Context) {
} }
f5.GetGoStyleDb().OrmSelectOne( f5.GetGoStyleDb().OrmSelectOne(
constant.GAME_DB, constant.GAME_DB,
"t_hero", "t_user",
[][]string{ [][]string{
{"address", accountAddress}, {"address", accountAddress},
}, },