From e43f3daf7b93cb6c63d934c14abfa0f47ee27ad6 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Fri, 18 Oct 2024 10:38:39 +0800 Subject: [PATCH] * restore unused code. --- module/story/model.php | 1 - 1 file changed, 1 deletion(-) diff --git a/module/story/model.php b/module/story/model.php index fe24ae7438..d1e97cbbb9 100644 --- a/module/story/model.php +++ b/module/story/model.php @@ -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) {