peng
2025-11-07 356a9f7a6e789ff152b80f917233b8736dfb0d7f
backend/src/main/java/com/rongyichuang/player/api/PlayerGraphqlApi.java
@@ -15,6 +15,7 @@
import com.rongyichuang.player.dto.response.PlayerRegistrationResponse;
import com.rongyichuang.player.dto.response.StageJudgeRatingDetailResponse;
import com.rongyichuang.player.dto.PromotionCompetitionResponse;
import com.rongyichuang.player.dto.response.PromotionCompetitionPageResponse;
import com.rongyichuang.player.dto.CompetitionParticipantResponse;
import com.rongyichuang.player.dto.PromotionInput;
import com.rongyichuang.player.dto.PromotionResult;
@@ -285,7 +286,7 @@
     * 获取比赛晋级列表
     */
    @QueryMapping
    public List<PromotionCompetitionResponse> promotionCompetitions(
    public PromotionCompetitionPageResponse promotionCompetitions(
            @Argument String name,
            @Argument Integer page,
            @Argument Integer size) {