修复才颜色代码
This commit is contained in:
parent
9c89116f83
commit
781dd76e34
@ -38,6 +38,8 @@ func (this *modelComp) getModel(uid string) (info *pb.DBDColor, err error) {
|
||||
Id: primitive.NewObjectID().Hex(),
|
||||
Uid: uid,
|
||||
Integral: 0,
|
||||
Weekaward: make(map[int32]bool),
|
||||
Allaward: make(map[int32]bool),
|
||||
}
|
||||
err = this.Add(uid, info)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user