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}