* finish task #4533.

This commit is contained in:
wangyidong
2018-07-03 14:04:36 +08:00
parent ec4df0842e
commit 783c05a2a2
+1 -1
View File
@@ -498,7 +498,7 @@ class todoModel extends model
{
$newTodo->date = $newDate;
$this->dao->insert(TABLE_TODO)->data($newTodo)->exec();
$this->action->create('todo', $this->dao->lastInsertID(), 'opened');
$this->action->create('todo', $this->dao->lastInsertID(), 'opened', '', '', $newTodo->account);
$lastCycleList[$todo->id] = $newTodo;
}
}