mirror of
https://gitee.com/elegant_wings/dbd-meeting.git
synced 2025-06-21 18:19:36 +08:00
20250523-修复会议管理数据统计
This commit is contained in:
parent
933534dab2
commit
8c147f13e5
@ -69,7 +69,7 @@
|
|||||||
(select ms.value value,mr.id id
|
(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}
|
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
|
) 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>
|
</select>
|
||||||
|
|
||||||
@ -82,7 +82,7 @@
|
|||||||
and mr.status>7 and mr.start between #{start} and #{end}) jl
|
and mr.status>7 and mr.start between #{start} and #{end}) jl
|
||||||
on type.dict_value=jl.typeid
|
on type.dict_value=jl.typeid
|
||||||
where type.dict_type='mm_type' and type.status=0
|
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>
|
</select>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user