From 28cf328a098334b51a3e9d2d56f983fb8c862211 Mon Sep 17 00:00:00 2001 From: yujian <yujian@163.com> Date: 星期六, 23 五月 2020 09:54:38 +0800 Subject: [PATCH] 足迹、收藏订单兼容新需求 --- fanli/src/main/java/com/yeshi/fanli/service/impl/count/UserSystemCouponCountServiceImpl.java | 20 -------------------- 1 files changed, 0 insertions(+), 20 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/impl/count/UserSystemCouponCountServiceImpl.java b/fanli/src/main/java/com/yeshi/fanli/service/impl/count/UserSystemCouponCountServiceImpl.java index 323138f..6ca537f 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/impl/count/UserSystemCouponCountServiceImpl.java +++ b/fanli/src/main/java/com/yeshi/fanli/service/impl/count/UserSystemCouponCountServiceImpl.java @@ -10,7 +10,6 @@ import org.springframework.stereotype.Service; import com.yeshi.fanli.dao.mybatis.user.UserSystemCouponCountMapper; -import com.yeshi.fanli.dto.ChartTDO; import com.yeshi.fanli.entity.bus.user.UserInfo; import com.yeshi.fanli.entity.bus.user.UserSystemCoupon; import com.yeshi.fanli.entity.bus.user.UserSystemCouponRecord; @@ -258,25 +257,6 @@ @Override public long countFreeCouponRecord(String key, Integer keyType, Integer state){ return userSystemCouponCountMapper.countFreeCouponRecord(key, keyType, state); - } - - - @Override - public List<ChartTDO> getRebateCouponUsedNumToCharts(Integer dateType, String year, - String startTime, String endTime){ - return userSystemCouponCountMapper.getRebateCouponUsedNumToCharts(dateType, year, startTime, endTime); - } - - @Override - public List<ChartTDO> getRebateCouponMoneyToCharts(Integer dateType, String year, - String startTime, String endTime){ - return userSystemCouponCountMapper.getRebateCouponMoneyToCharts(dateType, year, startTime, endTime); - } - - @Override - public List<ChartTDO> getFreeCouponMoneyToCharts(Integer dateType, String year, String startTime, - String endTime, String couponType){ - return userSystemCouponCountMapper.getFreeCouponMoneyToCharts(dateType, year, startTime, endTime, couponType); } -- Gitblit v1.8.0