| | |
| | | * @param payment
|
| | | * @return
|
| | | */
|
| | | public long countValidOrderTeamUserByUid(Long uid, String date, BigDecimal payment); |
| | | public long countValidOrderTeamUserByUid(Long uid, Long time, BigDecimal payment);
|
| | |
|
| | | /**
|
| | | * 统计不同时间:奖励
|
| | | * @param uid
|
| | | * @param dateType
|
| | | * @param hbType
|
| | | * @return
|
| | | */
|
| | | public BigDecimal getRewardMoneyToCount(Long uid, Integer dateType, Integer hbType, List<Integer> listSource);
|
| | |
|
| | | /**
|
| | | * 统计红包个数
|
| | | * @param uid
|
| | | * @param type 红包类型
|
| | | * @return
|
| | | */
|
| | | public long getHongBaoCount(Long uid, Integer type);
|
| | |
|
| | | /**
|
| | | * 筛选结果页顶部统计
|
| | | * @param uid
|
| | | * @param dateType
|
| | | * @param hbType
|
| | | * @param orderState
|
| | | * @param orderNo
|
| | | * @param source
|
| | | * @param startTime
|
| | | * @param endTime
|
| | | * @return
|
| | | */
|
| | | public BigDecimal getRewardMoneyByToSearch(Long uid, Integer dateType, Integer hbType, Integer orderState, String orderNo,
|
| | | Integer moneyState, String startTime, String endTime, List<Integer> listSource);
|
| | |
|
| | | |
| | | public Integer countOrderByTypeAndDate(Integer orderType, String preDay); |
| | |
|
| | | }
|