Administrator
2020-02-23 388be9f734f5b80c348bcc956726c206002e832a
fanli/src/main/java/com/yeshi/fanli/service/inter/count/HongBaoV2CountService.java
@@ -238,7 +238,7 @@
    * @param hbType
    * @return
    */
   public BigDecimal getRewardMoneyToCount(Long uid, Integer dateType, Integer hbType);
   public BigDecimal getRewardMoneyToCount(Long uid, Integer dateType, Integer hbType, List<Integer> listSource);
   /**
    * 统计红包个数
@@ -261,6 +261,9 @@
    * @return
    */
   public BigDecimal getRewardMoneyByToSearch(Long uid, Integer dateType, Integer hbType, Integer orderState, String orderNo,
          Integer moneyState, Integer source, String startTime, String endTime);
          Integer moneyState, String startTime, String endTime, List<Integer> listSource);
   public Integer countOrderByTypeAndDate(Integer orderType, String preDay);
}