Browse Source

修改

feature/dangjian
曲树通 6 years ago
parent
commit
8003d2dfce
  1. 3
      esua-epdc/epdc-module/epdc-events/epdc-events-server/src/main/resources/mapper/item/ItemDao.xml

3
esua-epdc/epdc-module/epdc-events/epdc-events-server/src/main/resources/mapper/item/ItemDao.xml

@ -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

Loading…
Cancel
Save