修复武馆bug

This commit is contained in:
liwei 2023-06-29 19:31:13 +08:00
parent d7277d0343
commit 138b5afb41

View File

@ -105,6 +105,7 @@ func (this *modelPandata) queryrooms(uids []string) (results []*pb.DBPracticeRoo
// }
go this.module.atlas.CheckActivatePandaAtlasCollect(v, "100001")
newdata[v] = temp
results = append(results, temp)
}
if err = this.Adds(newdata); err != nil {
this.module.Errorln(err)