From 5cca37c0d0284fd90ab5b7522246af6ed91acebf Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Mon, 1 Feb 2010 09:20:20 +0000 Subject: [PATCH] * change the table. --- trunk/module/testtask/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/module/testtask/control.php b/trunk/module/testtask/control.php index 95b8929fe8..11c5317dad 100644 --- a/trunk/module/testtask/control.php +++ b/trunk/module/testtask/control.php @@ -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)