| | |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil delParticipant(Integer id) throws Exception; |
| | | ResultUtil delParticipant(Integer id, Integer isStudent) throws Exception; |
| | | |
| | | |
| | | /** |
| | |
| | | void saveParticipant(SaveParticipant saveParticipant) throws Exception; |
| | | |
| | | Page<CompetitionUser> getPeopleFromId(Page<UserCompetition> participantPage, Integer id, Integer state); |
| | | List<CompetitionUser> getPeopleFromId1(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); |
| | | } |