From 8c147f13e5ecab0e43390166e4f3128b9d5fe47d Mon Sep 17 00:00:00 2001 From: luoyu Date: Fri, 23 May 2025 14:46:48 +0800 Subject: [PATCH] =?UTF-8?q?20250523-=E4=BF=AE=E5=A4=8D=E4=BC=9A=E8=AE=AE?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E6=95=B0=E6=8D=AE=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/admin/MeetingStatsMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shoot-hand/ics-admin/src/main/resources/mapper/admin/MeetingStatsMapper.xml b/shoot-hand/ics-admin/src/main/resources/mapper/admin/MeetingStatsMapper.xml index d98a27c..3c27366 100644 --- a/shoot-hand/ics-admin/src/main/resources/mapper/admin/MeetingStatsMapper.xml +++ b/shoot-hand/ics-admin/src/main/resources/mapper/admin/MeetingStatsMapper.xml @@ -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 ]]> @@ -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 ]]>