实装大乱斗经验
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
昔念
2026-02-14 04:27:57 +08:00
parent 06b77d598e
commit 24c413030f
10 changed files with 71 additions and 8 deletions

View File

@@ -56,8 +56,7 @@ func (s *InfoService) Reg(nick string, color uint32) *model.PlayerInfo {
}
func (s *InfoService) Person(userid uint32) (out *model.Player) {
s.dbm_fix(s.Model).Scan(&out)
cool.DBM(s.Model).Where("player_id", userid).Scan(&out)
return