From ab26b6fafdec4ea13f5b9bdfeea3c027aecbd7ab Mon Sep 17 00:00:00 2001 From: WendyYang Date: Thu, 20 Apr 2023 15:03:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=91=A8=E5=8F=82=E4=B8=8E=E6=AC=A1=E6=95=B0?= =?UTF-8?q?=E6=AF=94=E8=BE=83=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/ningdatech/pmapi/meeting/mapper/MeetingExpertMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmapi/src/main/java/com/ningdatech/pmapi/meeting/mapper/MeetingExpertMapper.xml b/pmapi/src/main/java/com/ningdatech/pmapi/meeting/mapper/MeetingExpertMapper.xml index dd1c32c..5f5f1d1 100644 --- a/pmapi/src/main/java/com/ningdatech/pmapi/meeting/mapper/MeetingExpertMapper.xml +++ b/pmapi/src/main/java/com/ningdatech/pmapi/meeting/mapper/MeetingExpertMapper.xml @@ -56,7 +56,7 @@ where meeting_id in (select id from meeting m where m.status = 1 and ((m.start_time >= #{startTime} and m.start_time < #{endTime}) or (m.end_time >= #{startTime} and m.end_time < #{endTime})) )) em - WHERE rowNumber = 1 and status = 3 group by expert_id having count(1) <= #{agreeCount} + WHERE rowNumber = 1 and status = 3 group by expert_id having count(1) >= #{agreeCount}