fix
This commit is contained in:
parent
691d313e71
commit
87b6eb66fc
@ -87,6 +87,10 @@ func (this *task) List(accountId string, data *[]*vo.Mission) (errcode int32, ms
|
|||||||
newTask(&tasks, taskMeta)
|
newTask(&tasks, taskMeta)
|
||||||
return true
|
return true
|
||||||
})
|
})
|
||||||
|
task.AccountId = accountId
|
||||||
|
task.CreateTime=int32(nowtime)
|
||||||
|
task.ModifyTime=int32(nowtime)
|
||||||
|
task.UpdateTasks(tasks)
|
||||||
task.Create()
|
task.Create()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user