同步配置我呢见
This commit is contained in:
parent
c9a072b28a
commit
5a9a94cc96
File diff suppressed because it is too large
Load Diff
@ -43,7 +43,7 @@ func (this *ModelRtaskRecord) getRecord(uid string) *pb.DBRtaskRecord {
|
|||||||
record := &pb.DBRtaskRecord{}
|
record := &pb.DBRtaskRecord{}
|
||||||
if err := this.Get(uid, record); err != nil {
|
if err := this.Get(uid, record); err != nil {
|
||||||
if err != mongo.ErrNoDocuments {
|
if err != mongo.ErrNoDocuments {
|
||||||
log.Warnf("获取玩家任务条件 err:%v", err)
|
log.Warnf("获取玩家任务条件 uid:%s err:%v", uid, err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return record
|
return record
|
||||||
|
Loading…
Reference in New Issue
Block a user