* Fix bug#29744.

This commit is contained in:
xieqiyu
2022-11-16 13:59:26 +08:00
parent 9470e2ca69
commit a11c4187be
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ class testtask extends control
$this->view->branch = $branch;
$this->view->beginTime = $beginTime;
$this->view->endTime = $endTime;
$this->view->product = $this->product->getByID($productID);
$this->view->product = $product;
$this->display();
}