修复武馆bug
This commit is contained in:
parent
d7277d0343
commit
138b5afb41
@ -105,6 +105,7 @@ func (this *modelPandata) queryrooms(uids []string) (results []*pb.DBPracticeRoo
|
|||||||
// }
|
// }
|
||||||
go this.module.atlas.CheckActivatePandaAtlasCollect(v, "100001")
|
go this.module.atlas.CheckActivatePandaAtlasCollect(v, "100001")
|
||||||
newdata[v] = temp
|
newdata[v] = temp
|
||||||
|
results = append(results, temp)
|
||||||
}
|
}
|
||||||
if err = this.Adds(newdata); err != nil {
|
if err = this.Adds(newdata); err != nil {
|
||||||
this.module.Errorln(err)
|
this.module.Errorln(err)
|
||||||
|
Loading…
Reference in New Issue
Block a user