nickchange
2023-12-08 12ff8c3fdf75d11d4a26fb83849238be633f1fba
cloud-server-competition/src/main/java/com/dsh/competition/mapper/ParticipantMapper.java
@@ -15,5 +15,9 @@
 */
public interface ParticipantMapper extends BaseMapper<Participant> {
    Page<CompetitionUser> getPeopleFromId(@Param("participantPage") Page<UserCompetition> participantPage, @Param("id") Integer id, @Param("state") Integer state);
    List<CompetitionUser> getPeopleFromId1(@Param("participantPage") Page<UserCompetition> participantPage, @Param("id") Integer id, @Param("state") Integer state);
    List<CompetitionUser> getPeoples(@Param("id") Integer id, @Param("state") Integer state);
}