后台管理-能力统计新增会议室申请统计
This commit is contained in:
parent
2467da9106
commit
9113da88bb
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue