* adjust page logic.

This commit is contained in:
chencongzhi520@gmail.com
2012-05-31 00:55:41 +00:00
parent ba3db55c86
commit c519d8e29e
2 changed files with 7 additions and 9 deletions
+1 -1
View File
@@ -477,7 +477,7 @@ class testtask extends control
$this->dao->update(TABLE_TESTRUN)
->set('assignedTo')->eq($this->post->assignedTo)
->where('task')->eq((int)$taskID)
->andWhere('`case`')->in($this->post->cases)
->andWhere('`case`')->in($this->post->caseIDList)
->exec();
die(js::reload('parent'));
}