Merge branch 'sprint/daitingting_fix_story_assign' into 'master'

* Remove comment field of story.

See merge request easycorp/zentaopms!3324
This commit is contained in:
王怡栋
2022-05-11 05:29:14 +00:00
+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();