cloud-server-communityWorldCup/src/main/java/com/dsh/communityWorldCup/mapper/WorldCupCompetitorMapper.java
@@ -67,4 +67,12 @@ Map<String, Object> getUserGameRecordList(@Param("participantType") Integer participantType, @Param("participantId") Long participantId); /** * 获取比赛场次 * @param worldCupId * @return */ int getMatchTime(@Param("worldCupId") Integer worldCupId); }