|
|
@@ -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} |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="countExpertByStatusAndMeetingId" |
|
|
|