20250523-修复会议管理数据统计

This commit is contained in:
luoyu 2025-05-23 14:46:48 +08:00
parent 933534dab2
commit 8c147f13e5

View File

@ -69,7 +69,7 @@
(select ms.value value,mr.id id
from ics_meeting_serve ms,ics_meeting_reservation mr where ms.rid=mr.id and ms.delete_flag=0 and mr.delete_flag=0 and mr.status>7 and mr.start between #{start} and #{end}
) zj on type.dict_value=zj.value
where type.dict_type='mm_service' and type.status=0 group by type.dict_label order by type.dict_sort
where type.dict_type='mm_service' and type.status=0 group by type.dict_label, type.dict_sort order by type.dict_sort
]]>
</select>
@ -82,7 +82,7 @@
and mr.status>7 and mr.start between #{start} and #{end}) jl
on type.dict_value=jl.typeid
where type.dict_type='mm_type' and type.status=0
group by type.dict_label,type.dict_type order by type.dict_sort
group by type.dict_label, type.dict_sort order by type.dict_sort
]]>
</select>