@ -932,7 +932,8 @@
</if>
COUNT(ed.ID) as dataValue,
#{startDate} as startDate,
#{endDate} as endDate
#{endDate} as endDate,
dept.deptId AS deptId
FROM
<foreach item="deptId" collection="deptIdList" open="( " separator="UNION ALL" close=") dept">
SELECT #{deptId} AS deptId