上传初始段位
This commit is contained in:
parent
74c00fd9b0
commit
116962fb5c
@ -45,6 +45,9 @@ func (this *ModelCaptureSheep) queryInfo(uid string) (results *pb.DBCaptureSheep
|
|||||||
results = &pb.DBCaptureSheep{
|
results = &pb.DBCaptureSheep{
|
||||||
Uid: uid,
|
Uid: uid,
|
||||||
}
|
}
|
||||||
|
if results.Dan, err = this.computedan(results.Integral); err != nil {
|
||||||
|
return
|
||||||
|
}
|
||||||
err = this.Add(uid, results)
|
err = this.Add(uid, results)
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user