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/HongBaoV2CountService.java | 70 ----------------------------------- 1 files changed, 0 insertions(+), 70 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/count/HongBaoV2CountService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/count/HongBaoV2CountService.java index 06ea48a..f800284 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/inter/count/HongBaoV2CountService.java +++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/count/HongBaoV2CountService.java @@ -4,7 +4,6 @@ import java.util.Date; import java.util.List; -import com.yeshi.fanli.dto.ChartTDO; import com.yeshi.fanli.vo.order.HongBaoV2VO; public interface HongBaoV2CountService { @@ -35,59 +34,6 @@ */ public Integer countNumberByUid(Long uid); - /** - * 缁熻鎬婚噾棰� - * - * @param channel - * 娓犻亾 - * @param dateType - * 鏃ユ湡鏍煎紡 鏃�-1 鏈�-2 骞�-3 - * @param state - * 鐘舵�� - * @param years - * 骞翠唤 - * @param startTime - * 寮�濮嬫椂闂� - * @param endTime - * 缁撴潫鏃堕棿 - * @return - */ - public List<ChartTDO> countHongBaoMoney(String channel, Integer dateType, Integer state, String year, - String startTime, String endTime) throws Exception; - - /** - * 缁熻鎬婚噾棰� - * - * @param channel - * 娓犻亾 - * @param dateType - * 鏃ユ湡鏍煎紡 鏃�-1 鏈�-2 骞�-3 - * @param state - * 鐘舵�� - * @param years - * 骞翠唤 - * @param startTime - * 寮�濮嬫椂闂� - * @param endTime - * 缁撴潫鏃堕棿 - * @return - */ - public List<ChartTDO> 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<ChartTDO> getProportionByType(Integer dateType, Integer type, String year, String startTime, - String endTime) throws Exception; /** * 缁熻鎻愭垚璁㈠崟鏁伴噺 @@ -123,22 +69,6 @@ */ public Date getLastHongBaoTime(Long uid); - public List<ChartTDO> count24HOderByChannel(String channel, Integer type, String years, String startTime, - String endTime) throws Exception; - - /** - * 缁熻鎵�鏈夌被鍨嬭鍗曟暟閲� - * - * @param dateType - * @param type - * @param year - * @param startTime - * @param endTime - * @return - * @throws Exception - */ - public List<ChartTDO> countHongBaoType(Integer dateType, Integer type, String year, String startTime, - String endTime) throws Exception; /** * 鏌ヨ閭�璇�=鍒嗕韩濂栭噾 -- Gitblit v1.8.0