* restore unused code.

This commit is contained in:
tianshujie
2024-10-23 09:18:10 +08:00
committed by 刘刚
parent 7af03d9b9f
commit e43f3daf7b
-1
View File
@@ -2716,7 +2716,6 @@ class storyModel extends model
{
$storyQuery .= " AND `status` NOT IN ('draft', 'reviewing', 'changing', 'closed')";
}
$storyQuery .= " AND t2.`project` = $executionID";
}
elseif(strpos($storyQuery, $allBranch) !== false)
{