* Fix code logic.

This commit is contained in:
Yagami
2019-11-27 17:14:09 +08:00
parent 4e4281927a
commit 97bae2e030
2 changed files with 5 additions and 8 deletions
+1 -1
View File
@@ -964,7 +964,7 @@ class testtask extends control
->andWhere('t2.status')->ne('wait')
->fetchGroup('case', 'id');
$this->view->caseIDList = $caseIDList;
$this->view->caseIDList = array_keys($cases);
$this->view->productID = $productID;
$this->view->title = $this->lang->testtask->batchRun;
$this->view->position[] = $this->lang->testtask->common;