修复代码bug

This commit is contained in:
liwei1dao 2022-11-03 16:20:18 +08:00
parent aa710d72d7
commit e6f22d2c46

View File

@ -36,7 +36,7 @@ func (this *modelHoroscope) queryInfo(uId string) (result *pb.DBHoroscope, err e
this.module.Errorln(err)
return
}
if err != mgo.MongodbNil {
if err == mgo.MongodbNil {
err = nil
}
return