This commit is contained in:
yangduo 2024-12-10 14:03:44 +08:00
parent a709f7f513
commit 691d313e71

View File

@ -87,6 +87,7 @@ func (this *task) List(accountId string, data *[]*vo.Mission) (errcode int32, ms
newTask(&tasks, taskMeta)
return true
})
task.Create()
}
for _, taskitem := range tasks {