This commit is contained in:
田淑杰
2023-01-04 15:11:54 +08:00
parent fb56b7377c
commit 289005c41a

View File

@@ -1550,6 +1550,8 @@ class executionModel extends model
*/
public function getStatData($projectID = 0, $browseType = 'undone', $productID = 0, $branch = 0, $withTasks = false, $param = '', $orderBy = 'id_asc', $pager = null)
{
if(defined('TUTORIAL')) return $this->loadModel('tutorial')->getProjectStats($browseType);
/* Construct the query SQL at search executions. */
$executionQuery = '';
if($browseType == 'bySearch')