puzhibing
2024-03-12 b28d69f6cba1a7aed03fd9c07a14693281f9a9a0
cloud-server-communityWorldCup/src/main/java/com/dsh/communityWorldCup/mapper/WorldCupCompetitorMapper.java
@@ -47,4 +47,24 @@
    int worldCupRecordsListCount(@Param("appUserIds") List<Integer> appUserIds);
    /**
     * 获取比赛统计详情列表
     * @param worldCupId
     * @return
     */
    List<Map<String, Object>> worldCupGameStatisticsInfoList(@Param("worldCupId") Integer worldCupId);
    /**
     * 获取用户比赛记录详情
     * @param name
     * @return
     */
    List<Map<String, Object>> userGameRecordList(@Param("name") String name);
    Map<String, Object> getUserGameRecordList(@Param("participantType") Integer participantType, @Param("participantId") Long participantId);
}