上传宝箱初始化
This commit is contained in:
parent
59e5ad1371
commit
50a72efde9
@ -45,6 +45,7 @@ func (this *ModelWTask) getUserWTasks(uid string) (results *pb.DBWTask, err erro
|
|||||||
Accepts: make([]int32, 0),
|
Accepts: make([]int32, 0),
|
||||||
Completes: make([]int32, 0),
|
Completes: make([]int32, 0),
|
||||||
Groups: make(map[int32]int32),
|
Groups: make(map[int32]int32),
|
||||||
|
Boxs: make(map[int32]*pb.DBWTaskBox),
|
||||||
}
|
}
|
||||||
err = this.Add(uid, results)
|
err = this.Add(uid, results)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user