From 50a72efde938e1901805a668a787ad2ce0ba0957 Mon Sep 17 00:00:00 2001 From: liwei <2211068034@qq.com> Date: Wed, 26 Jul 2023 17:40:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E5=AE=9D=E7=AE=B1=E5=88=9D?= =?UTF-8?q?=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/wtask/modelWTask.go | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/wtask/modelWTask.go b/modules/wtask/modelWTask.go index 663b21860..37c2444bd 100644 --- a/modules/wtask/modelWTask.go +++ b/modules/wtask/modelWTask.go @@ -45,6 +45,7 @@ func (this *ModelWTask) getUserWTasks(uid string) (results *pb.DBWTask, err erro Accepts: make([]int32, 0), Completes: make([]int32, 0), Groups: make(map[int32]int32), + Boxs: make(map[int32]*pb.DBWTaskBox), } err = this.Add(uid, results) }