This commit is contained in:
hufangzhou
2023-08-21 10:27:44 +08:00
parent 78e10c3434
commit 21b686fd9c
+1 -1
View File
@@ -858,7 +858,7 @@ class productplan extends control
if($browseType == 'bySearch')
{
$allBugs = $this->bug->getBySearch($productID, $plan->branch, $queryID, 'id_desc', array_keys($planBugs), '', $pager);
$allBugs = $this->bug->getBySearch($productID, $plan->branch, $queryID, 'id_desc', array_keys($planBugs), $pager);
}
else
{