admin
2019-01-10 ed2c519540a927e8b10fd79b96ca8472e89fe47b
fanli/src/main/java/com/yeshi/fanli/service/inter/count/HongBaoV2CountService.java
@@ -15,7 +15,7 @@
    * @param endTime     结束时间
    * @return
    */
   List<Map<String, Object>> countHongBaoMoney(String channel, Integer dateType, Integer state, String year,
   public List<Map<String, Object>> countHongBaoMoney(String channel, Integer dateType, Integer state, String year,
         String startTime, String endTime) throws Exception;
   
   /**
@@ -28,7 +28,20 @@
    * @param endTime     结束时间
    * @return
    */
   List<Map<String, Object>> countHongBaoNum(String channel, Integer dateType, Integer state, String year,
   public List<Map<String, Object>> countHongBaoNum(String channel, Integer dateType, Integer state, String year,
         String startTime, String endTime) throws Exception;
   /**
    * 分类型订单数与比例
    * @param dateType
    * @param type
    * @param year
    * @param startTime
    * @param endTime
    * @return
    * @throws Exception
    */
   public List<Map<String, Object>> getProportionByType(Integer dateType, Integer type, String year, String startTime,
         String endTime) throws Exception;
   
}