* Remove comment field of story.

This commit is contained in:
daitingting
2022-05-11 05:25:54 +00:00
parent da6ab52f7b
commit 3315ef0f49
+1
View File
@@ -1987,6 +1987,7 @@ class storyModel extends model
->add('lastEditedBy', $this->app->user->account)
->add('lastEditedDate', $now)
->add('assignedDate', $now)
->remove('comment')
->get();
$this->dao->update(TABLE_STORY)->data($story)->autoCheck()->checkFlow()->where('id')->eq((int)$storyID)->exec();