*Code for code review.

This commit is contained in:
songchenxuan
2022-01-06 14:01:21 +08:00
parent 8a0448c99d
commit 2de429b441
+1
View File
@@ -302,6 +302,7 @@ class testreport extends control
$cases = $this->testreport->getTaskCases($tasks, $begin, $end);
list($bugInfo, $bugSummary) = $this->testreport->getBug4Report($tasks, $productIdList, $begin, $end, $builds);
$this->view->begin = $begin;
$this->view->end = $end;
$this->view->members = $this->dao->select('DISTINCT lastRunner')->from(TABLE_TESTRUN)->where('task')->in(array_keys($tasks))->fetchPairs('lastRunner', 'lastRunner');