@@ -86,6 +86,7 @@
</foreach>
</if>
GROUP BY t1.project_id
+ HAVING SUM(cost_total)>0
) t1
LEFT JOIN
(
@@ -132,6 +133,7 @@