后台管理-能力统计新增会议室申请统计

This commit is contained in:
dinggang 2022-10-13 11:47:42 +08:00
parent 2467da9106
commit 9113da88bb
1 changed files with 11 additions and 0 deletions

View File

@ -1755,6 +1755,17 @@
GROUP BY
sd.id,
tdr.type
UNION
SELECT
COUNT( id ) AS 'count' ,
dept AS 'deptName',
'hys' AS 'type'
FROM
t_meetingroom_book tmb
GROUP BY
deptName
</select>
<select id="selectDeptDetailTypeCountList" resultType="java.util.Map">