@@ -1571,7 +1571,7 @@
</if>
</otherwise>
</choose>
- GROUP BY b.id, a.dept_id, a.degree_id
+ GROUP BY a.project_id,a.creator_id,a.degree_id
ORDER BY b.id ASC, a.dept_id ASC
</select>
</mapper>