admin
2019-03-13 69bee82b81626b82b7f39f0e459e4f56b1699b51
fanli/src/main/java/com/yeshi/fanli/service/inter/count/HongBaoV2CountService.java
@@ -94,5 +94,21 @@
    * @return
    */
   public Date getLastHongBaoTime(Long uid);
   public List<Map<String, Object>> count24HOderByChannel(String channel, Integer type, String years, String startTime,
         String endTime) throws Exception;
   /**
    * 统计所有类型订单数量
    * @param dateType
    * @param type
    * @param year
    * @param startTime
    * @param endTime
    * @return
    * @throws Exception
    */
   public List<Map<String, Object>> countHongBaoType(Integer dateType, Integer type, String year, String startTime,
         String endTime) throws Exception;
   
}