diff --git a/module/weekly/model.php b/module/weekly/model.php index a351611a86..b0012e3e72 100755 --- a/module/weekly/model.php +++ b/module/weekly/model.php @@ -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(); }