同步段位代码

This commit is contained in:
liwei1dao 2023-05-23 17:05:31 +08:00
parent 44a529cb21
commit 3d591a2a9f

View File

@ -112,6 +112,7 @@ func (this *modelArena) updateArenaUserInfo(info *pb.DBArenaUser) (err error) {
if dan, err = this.computedan(info.Integral); err != nil {
return
}
info.Dan = dan
this.Change(info.Uid, map[string]interface{}{
"integral": info.Integral,
"dan": dan,