cloud-server-competition/src/main/java/com/dsh/competition/service/IParticipantService.java
@@ -57,7 +57,7 @@ * @return * @throws Exception */ ResultUtil delParticipant(Integer id) throws Exception; ResultUtil delParticipant(Integer id, Integer isStudent) throws Exception; /** @@ -69,6 +69,7 @@ void saveParticipant(SaveParticipant saveParticipant) throws Exception; Page<CompetitionUser> getPeopleFromId(Page<UserCompetition> participantPage, Integer id, Integer state); Page<CompetitionUser> getPeopleFromId1(long offset, long limit, Integer id, Integer state); List<CompetitionUser> getPeoples(Integer id, Integer state); }