* change the table.

This commit is contained in:
wangchunsheng
2010-02-01 09:20:20 +00:00
parent bb1c04a827
commit 5cca37c0d0

View File

@@ -223,7 +223,7 @@ class testtask extends control
/* 批量指派。*/
public function batchAssign($taskID)
{
$this->dao->update(TABLE_TASKCASE)
$this->dao->update(TABLE_TESTRUN)
->set('assignedTo')->eq($this->post->assignedTo)
->where('task')->eq((int)$taskID)
->andWhere('`case`')->in($this->post->cases)