44323
2024-03-08 51f34c714fc3c7a4551d349a918e7ce8fa7f63c2
cloud-server-communityWorldCup/src/main/java/com/dsh/communityWorldCup/mapper/WorldCupCompetitorMapper.java
@@ -47,4 +47,20 @@
    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);
}