* finish task *2505.
This commit is contained in:
@@ -942,6 +942,7 @@ class storyModel extends model
|
||||
->andWhere('story')->eq($storyID)
|
||||
->andWhere('type')->in('devel,test')
|
||||
->andWhere('status')->ne('cancel')
|
||||
->andWhere('closedReason')->ne('cancel')
|
||||
->andWhere('deleted')->eq(0)
|
||||
->fetchGroup('type');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user