补充提交代码
This commit is contained in:
parent
e16a8a971c
commit
f89177185e
@ -114,7 +114,7 @@ func (this *ModelTask) getTaskListByTag(uid string, taskTag comm.TaskTag) *pb.DB
|
||||
if flag {
|
||||
update["dayList"] = task.DayList
|
||||
if err := this.moduleTask.modelTask.Change("uid", update); err != nil {
|
||||
log.Error("更新每日任务", log.Fields{"uid": uid})
|
||||
log.Error("更新每日任务", log.Field{Key: "uid", Value: uid})
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user