| | |
| | | * @param participantId |
| | | * @return |
| | | */ |
| | | WorldCupPaymentParticipant getWorldCupPaymentParticipant(Integer worldCupId, Integer participantType, Integer participantId); |
| | | WorldCupPaymentParticipant getWorldCupPaymentParticipant(Integer worldCupId, Integer participantType, Long participantId); |
| | | |
| | | |
| | | /** |
| | |
| | | |
| | | |
| | | int getCount(Integer worldCupId, List<Long> worldCupPaymentId); |
| | | |
| | | |
| | | /** |
| | | * 获取用户列表 |
| | | * @param worldCupGameStatisticsInfoList |
| | | * @return |
| | | */ |
| | | Map<String, Object> getUserGameRecordList(WorldCupGameStatisticsInfoList worldCupGameStatisticsInfoList); |
| | | } |