This commit is contained in:
liyuchun
2022-11-04 15:17:49 +08:00
parent c5891b05c4
commit 7e02324b22
+3 -1
View File
@@ -3191,7 +3191,9 @@ class storyModel extends model
if(!$executionID) return array();
$execution = $this->dao->findById($executionID)->from(TABLE_PROJECT)->fetch();
$type = strtolower($type);
$orderBy = str_replace('branch_', 't2.branch_', $orderBy);
$type = strtolower($type);
if($type == 'bysearch')
{
$queryID = (int)$param;