* Remove realStarted in taskstart api ,use setPost.

This commit is contained in:
songchenxuan
2023-07-06 10:40:18 +08:00
parent 78cb5543f1
commit 81706a11d2
+1 -1
View File
@@ -22,7 +22,7 @@ class taskStartEntry extends entry
{
$task = $this->loadModel('task')->getByID($taskID);
$fields = 'assignedTo,realStarted,consumed,left,comment';
$fields = 'assignedTo,consumed,left,comment';
$this->batchSetPost($fields);
$this->setPost('realStarted', $this->request('realStarted', helper::now()));