| | |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | /** |
| | | * @author zhibing.pu |
| | |
| | | * @return |
| | | */ |
| | | WorldCupPaymentParticipant getWorldCupPaymentParticipant(@Param("worldCupId") Integer worldCupId, @Param("participantType") Integer participantType, |
| | | @Param("participantId") Integer participantId); |
| | | @Param("participantId") Long participantId); |
| | | |
| | | |
| | | /** |
| | |
| | | * @return |
| | | */ |
| | | List<WorldCupListVo> getMyWorldCupList(@Param("item") MyWorldCupList myWorldCupList); |
| | | |
| | | |
| | | |
| | | int getCount(@Param("worldCupId") Integer worldCupId, @Param("worldCupPaymentId")List<Long> worldCupPaymentId); |
| | | |
| | | |
| | | |
| | | List<Map<String, Object>> getUserGameRecordList(); |
| | | } |