@@ -144,6 +144,7 @@
WHERE t1.data_status = 1
AND t1.project_id = #{projectId}
and t2.data_status = 1
+ GROUP BY t1.id
</select>
</mapper>