Explorar el Código

周参与次数比较修改

master
WendyYang hace 1 año
padre
commit
ab26b6fafd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      pmapi/src/main/java/com/ningdatech/pmapi/meeting/mapper/MeetingExpertMapper.xml

+ 1
- 1
pmapi/src/main/java/com/ningdatech/pmapi/meeting/mapper/MeetingExpertMapper.xml Ver fichero

@@ -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"


Cargando…
Cancelar
Guardar