Merge branch 'master' of github.com:easysoft/zentaopms

This commit is contained in:
wangyidong
2017-12-01 14:28:13 +08:00
+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();