select  department,count(distinct project_id) as projectNum
from cms_system_project_department
group by department

相关文章: