update
This commit is contained in:
parent
ebff117d3f
commit
fd1e706014
@ -963,7 +963,7 @@ func (this *Hero) QueryCrossMultipleHeroinfo(oid []string) (hero []*pb.DBHero, e
|
||||
"_id": v,
|
||||
}); res == nil {
|
||||
_hero := &pb.DBHero{}
|
||||
if err = res.Decode(hero); err != nil {
|
||||
if err = res.Decode(_hero); err != nil {
|
||||
this.modelHero.moduleHero.Errorf("find hero error: %v", err)
|
||||
return
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user