From 5af10f175689549ca44b74e9fc1c7ee0ec92c2d7 Mon Sep 17 00:00:00 2001 From: yujian <yujian@163.com> Date: 星期二, 21 四月 2020 14:26:38 +0800 Subject: [PATCH] 后台改造 --- fanli/src/main/java/com/yeshi/fanli/service/inter/count/UserSystemCouponCountService.java | 37 +------------------------------------ 1 files changed, 1 insertions(+), 36 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/count/UserSystemCouponCountService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/count/UserSystemCouponCountService.java index 3fff6a7..633315d 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/inter/count/UserSystemCouponCountService.java +++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/count/UserSystemCouponCountService.java @@ -3,7 +3,6 @@ import java.math.BigDecimal; import java.util.List; -import com.yeshi.fanli.dto.ChartTDO; import com.yeshi.fanli.entity.system.SystemCoupon.CouponTypeEnum; import com.yeshi.fanli.vo.user.SystemCouponVO; import com.yeshi.fanli.vo.user.UserSystemCouponCountVO; @@ -75,41 +74,7 @@ public List<SystemCouponVO> listSystemCouponByFree(long start, int count, String key, Integer sort); public long countSystemCouponFree(String key); - - /** - * 鏇茬嚎鍥�-濂栧姳鍒镐娇鐢ㄦ暟閲� - * @param dateType - * @param year - * @param startTime - * @param endTime - * @return - */ - public List<ChartTDO> getRebateCouponUsedNumToCharts(Integer dateType, String year, String startTime, - String endTime); - - /** - * 濂栧姳鍒镐娇鐢ㄦ垚鍔熼噾棰濇洸绾垮浘 - * @param dateType - * @param year - * @param startTime - * @param endTime - * @return - */ - public List<ChartTDO> getRebateCouponMoneyToCharts(Integer dateType, String year, String startTime, - String endTime); - - /** - * 缁熻鍏嶅崟鍒搁噾棰� - * @param dateType - * @param year - * @param startTime - * @param endTime - * @param couponType - * @return - */ - public List<ChartTDO> getFreeCouponMoneyToCharts(Integer dateType, String year, String startTime, - String endTime, String couponType); - + /** * 鏍规嵁鍒哥被鍨� 缁熻鍏嶅崟閲戦 -- Gitblit v1.8.0