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); }