This commit is contained in:
田淑杰
2023-01-04 15:20:35 +08:00
parent 289005c41a
commit 624ac45620
2 changed files with 29 additions and 1 deletions

View File

@@ -1550,7 +1550,7 @@ 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);
if(defined('TUTORIAL')) return $this->loadModel('tutorial')->getExecutionStats($browseType);
/* Construct the query SQL at search executions. */
$executionQuery = '';