* adjust code.

This commit is contained in:
wangyidong
2014-11-07 02:14:17 +00:00
parent 6d5ab1e0e0
commit 92e7e933cc
5 changed files with 7 additions and 12 deletions
+1 -1
View File
@@ -402,7 +402,7 @@ class taskModel extends model
->setDefault('lastEditedBy', $this->app->user->account)
->setDefault('lastEditedDate', $now)
->remove('comment')
->add('assignedDate', $now)
->setDefault('assignedDate', $now)
->get();
$this->dao->update(TABLE_TASK)