admin
2019-01-29 0f73ccdaaa2864b49a127fb9f3a52d3c67b22add
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);
   }
}