* Finish task #60393.

This commit is contained in:
zhouxudong
2022-07-12 07:15:27 +00:00
parent 951d41d721
commit 09eabd3b84
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -3686,7 +3686,6 @@ class execution extends control
$parents = array();
if($parentIdList) $parents = $this->execution->getByIdList($parentIdList);
$allExecutionsNum = $this->dao->select('COUNT(id) AS count')->from(TABLE_PROJECT)
->where('project')->eq($projectID)
->andWhere('deleted')->eq(0)
+1
View File
@@ -350,6 +350,7 @@ class productplan extends control
$this->view->branchID = $branchID;
$this->view->kanbanData = $this->loadModel('kanban')->getPlanKanban($product, $branchID, $planGroup);
}
$productPlansNum = $this->dao->select('COUNT(id) AS count')->from(TABLE_PRODUCTPLAN)
->where('product')->eq($productID)
->andWhere('deleted')->eq(0)