diff --git a/server/marketserver/api/v1/user/user.go b/server/marketserver/api/v1/user/user.go index 3091b4dc..155db209 100644 --- a/server/marketserver/api/v1/user/user.go +++ b/server/marketserver/api/v1/user/user.go @@ -23,7 +23,7 @@ func (this *UserApi) Info(c *gin.Context) { } f5.GetGoStyleDb().OrmSelectOne( constant.GAME_DB, - "t_hero", + "t_user", [][]string{ {"address", accountAddress}, },