* finish task *2505.

This commit is contained in:
chenfeiCF
2016-02-16 17:27:23 +08:00
parent 2f9807ab14
commit 63b4164434
+1
View File
@@ -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');