* Delete useless code.

This commit is contained in:
tanghucheng
2024-01-16 16:43:48 +08:00
parent d5e49a3eda
commit b66b3d6fd8
-1
View File
@@ -189,7 +189,6 @@ class storyModel extends model
->where('status')->ne('closed')
->beginIF($story->twins)->andWhere('story')->in(ltrim($story->twins, ',') . $storyIdList)->fi()
->beginIF(!$story->twins)->andWhere('story')->in($storyIdList)->fi()
->andWhere('status')->ne('closed')
->andWhere('deleted')->eq(0)
->orderBy('id desc')->fetchAll();