* Adjust page.

This commit is contained in:
tianshujie98
2021-07-23 10:39:56 +08:00
parent b140a6c0f7
commit 42829fa597
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -874,6 +874,7 @@ class execution extends control
$pager = new pager($recTotal, $recPerPage, $pageID);
$sort = $this->loadModel('common')->appendOrder($orderBy);
$bugs = $this->bug->getExecutionBugs($executionID, $productID, $build, $type, $param, $sort, '', $pager);
$bugs = $this->bug->checkDelayBugs($bugs);
$users = $this->user->getPairs('noletter');
/* team member pairs. */