puzhibing
2024-03-11 334fbd5f1a5a4e85c198560bd024211ba4cf99b1
cloud-server-communityWorldCup/src/main/java/com/dsh/communityWorldCup/mapper/WorldCupCompetitorMapper.java
@@ -63,4 +63,8 @@
     * @return
     */
    List<Map<String, Object>> userGameRecordList(@Param("name") String name);
    Map<String, Object> getUserGameRecordList(@Param("participantType") Integer participantType, @Param("participantId") Long participantId);
}