* finish task #6649.

This commit is contained in:
wangyidong
2019-12-06 09:29:59 +08:00
parent ca9293ba98
commit bfe2535178
2 changed files with 91 additions and 1 deletions
+1 -1
View File
@@ -348,7 +348,7 @@ class testtask extends control
{
$this->app->loadLang('testcase');
$task = $this->testtask->getById($taskID);
$bugInfo = $this->loadModel('testreport')->getBugInfo(array($taskID => $taskID), array($productID => $productID), $task->begin, $task->end, array($task->build => $task->build));
$bugInfo = $this->testtask->getBugInfo($taskID, $productID);
foreach($this->post->charts as $chart)
{
$chartFunc = 'getDataOf' . $chart;