Merge branch 'dev' of http://git.legu.cc/liwei_3d/go_dreamfactory into dev
This commit is contained in:
commit
cb29154698
@ -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