补充提交代码

This commit is contained in:
liwei1dao 2022-12-19 16:29:36 +08:00
parent e16a8a971c
commit f89177185e

View File

@ -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})
}
}