无关风月
2025-05-08 9486766c806fe1d9e082b2fd02ea1cc558f1b443
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);
}