* Finish task #74207.

This commit is contained in:
Yagami
2022-11-01 14:57:52 +08:00
parent 4a9e97b29c
commit 68665d5ed0
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -4341,6 +4341,7 @@ class executionModel extends model
->leftJoin(TABLE_STORY)->alias('t2')->on('t1.story = t2.id')
->where('t1.project')->eq((int)$executionID)
->andWhere('t2.deleted')->eq(0)
->andWhere('t2.type')->eq('story')
->orderBy('t1.`order`_desc')
->fetchAll();
}