puzhibing
2024-03-11 aa8afb8f18fee21361742b62061b4d4db4a09bb5
cloud-server-communityWorldCup/src/main/java/com/dsh/communityWorldCup/service/IWorldCupPaymentParticipantService.java
@@ -23,7 +23,7 @@
     * @param participantId
     * @return
     */
    WorldCupPaymentParticipant getWorldCupPaymentParticipant(Integer worldCupId, Integer participantType, Integer participantId);
    WorldCupPaymentParticipant getWorldCupPaymentParticipant(Integer worldCupId, Integer participantType, Long participantId);
    /**
@@ -59,4 +59,12 @@
    int getCount(Integer worldCupId, List<Long> worldCupPaymentId);
    /**
     * 获取用户列表
     * @param worldCupGameStatisticsInfoList
     * @return
     */
    Map<String, Object> getUserGameRecordList(WorldCupGameStatisticsInfoList worldCupGameStatisticsInfoList);
}