|
@@ -21,6 +21,6 @@ public interface AppGameBettingMapper extends BaseMapper<AppGameBetting> {
|
|
|
Map<String, BigDecimal> getBettingAmountSum(Long userId);
|
|
|
Map<String, BigDecimal> getBettingAmountByDateSum(FinTranRecordDTO finTranRecordDTO);
|
|
|
|
|
|
- Integer getBettingCount(@Param(value = "userId") Long userId, @Param(value = "gameId") Long gameId, @Param(value = "gameDate") String gameDate);
|
|
|
+ Integer getBettingCount(@Param(value = "userId") Long userId, @Param(value = "gameId") Long gameId, @Param(value = "gameDate") String gameDate, @Param(value = "bettingItem") String bettingItem);
|
|
|
BigDecimal getBettingAmount(@Param(value = "userId") Long userId, @Param(value = "gameId") Long gameId, @Param(value = "gameDate") String gameDate, @Param(value = "bettingItem") String bettingItem);
|
|
|
}
|