* Fix bug

This commit is contained in:
滔哥
2017-12-01 14:23:57 +08:00
parent 8be716b8a5
commit 7b9b7d4a40
+1 -1
View File
@@ -728,7 +728,7 @@ class bugModel extends model
->setDefault('lastEditedBy', $this->app->user->account)
->setDefault('lastEditedDate', $now)
->setDefault('assignedDate', $now)
->remove('comment')
->remove('comment,showModule')
->join('mailto', ',')
->get();