cloud-server-communityWorldCup/src/main/java/com/dsh/communityWorldCup/mapper/WorldCupCompetitorMapper.java
@@ -55,4 +55,24 @@ * @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); /** * 获取比赛场次 * @param worldCupId * @return */ int getMatchTime(@Param("worldCupId") Integer worldCupId); }