* Finish task #49284.

This commit is contained in:
zhangzilong
2022-02-17 17:35:11 +08:00
parent 5bd64d9312
commit 4e84e5cbd7
13 changed files with 51 additions and 2 deletions
+1
View File
@@ -1906,6 +1906,7 @@ class taskModel extends model
->setDefault('lastEditedBy', $this->app->user->account)
->setDefault('lastEditedDate', helper::now())
->setDefault('assignedDate', helper::now())
->setDefault('activatedDate', helper::now())
->remove('comment')
->get();