yujian
2019-01-22 88b54772dbcf5ecab1e2316e4e4626ac901b8908
fanli/src/main/java/com/yeshi/fanli/service/impl/count/HongBaoV2CountServiceImpl.java
@@ -182,7 +182,12 @@
         String year, String startTime, String endTime) throws Exception {
      return hongBaoV2CountMapper.countHongBaoNum(channel, dateType, state, year, startTime, endTime);
   }
   @Override
   public List<Map<String, Object>> countHongBaoType(Integer dateType, Integer type, String year,
         String startTime, String endTime) throws Exception {
      return hongBaoV2CountMapper.countHongBaoType(dateType, type, year, startTime, endTime);
   }
   
   @Override
   public List<Map<String, Object>> getProportionByType(Integer dateType, Integer type, String year,
@@ -277,4 +282,11 @@
   public Date getLastHongBaoTime(Long uid) {
      return hongBaoV2CountMapper.getLastHongBaoTime(uid);
   }
   @Override
   public List<Map<String, Object>> count24HOderByChannel(String channel, Integer type, String years,
         String startTime, String endTime) throws Exception{
      return hongBaoV2CountMapper.count24HOderByChannel(channel, type, years, startTime, endTime);
   }
}