* Handle feedback #1479.

This commit is contained in:
hufangzhou
2022-11-28 05:10:00 +00:00
parent 3c9b13d794
commit d839f6f593
+1
View File
@@ -341,6 +341,7 @@ class weeklyModel extends model
->from(TABLE_TASK)
->where('execution')->in($executionIdList)
->andWhere('deleted')->eq(0)
->andWhere('parent')->ge(0)
->groupBy('type')
->fetchPairs();
}