| | |
| | | * @return
|
| | | */
|
| | | public RedPackDetail getByIdentifyCode(String identifyCode);
|
| | | |
| | | |
| | | /**
|
| | | * 设置是否显示该条数据
|
| | | * @param code
|
| | | * @param disPlay
|
| | | */
|
| | | public void changeDisplayByIdentifyCode(String code,boolean disPlay);
|
| | |
|
| | | /**
|
| | | * 统计获得
|
| | | * @param uid
|
| | | * @param dateType
|
| | | * @return
|
| | | */
|
| | | public BigDecimal countWinMoneyByDate(long uid, int dateType);
|
| | |
|
| | | /**
|
| | | * 统计减少
|
| | | * @param uid
|
| | | * @param dateType
|
| | | * @return
|
| | | */
|
| | | public BigDecimal countReduceMoneyByDate(long uid, int dateType);
|
| | |
|
| | | /**
|
| | | * 列表查询
|
| | | * @param startd
|
| | | * @param count
|
| | | * @param uid
|
| | | * @param type
|
| | | * @return
|
| | | */
|
| | | public List<RedPackDetail> query(Integer start, Integer count, String key, Long uid, Integer type);
|
| | |
|
| | | public long count(String key, Long uid, Integer type);
|
| | |
|
| | | public BigDecimal countMoneyByDay(String preDay);
|
| | | |
| | | |
| | | public Long countNumByDay(String preDay);
|
| | |
|
| | | }
|