From d46dea27b6ec3e0fb32ec7d137699e9fc7d609b0 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期四, 12 十二月 2019 14:18:11 +0800 Subject: [PATCH] 订单补贴消息修改 --- fanli/src/main/java/com/yeshi/fanli/service/inter/count/UserInfoCountService.java | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/count/UserInfoCountService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/count/UserInfoCountService.java index d0fb7a4..6ca35f1 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/inter/count/UserInfoCountService.java +++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/count/UserInfoCountService.java @@ -2,8 +2,8 @@ import java.math.BigDecimal; import java.util.List; -import java.util.Map; +import com.yeshi.fanli.dto.ChartTDO; import com.yeshi.fanli.vo.user.UserGoldCoinVO; @@ -51,11 +51,11 @@ * 缁熻鏂板鐢ㄦ埛 * @return */ - public List<Map<String, Object>> countNewUserByDate(String channel,Integer type,String years, String startTime, String endTime) throws Exception; + public List<ChartTDO> countNewUserByDate(String channel,Integer type,String years, String startTime, String endTime) throws Exception; - public List<Map<String, Object>> getTodayBuyRate(String channel, Integer type, String years, String startTime, + public List<ChartTDO> getTodayBuyRate(String channel, Integer type, String years, String startTime, String endTime) throws Exception; @@ -69,9 +69,9 @@ * @param count * @return */ - public List<UserGoldCoinVO> listByUserGoldCoin(long start, int count, int type); + public List<UserGoldCoinVO> listByUserGoldCoin(long start, int count, int type, String key); - public long countByUserGoldCoin(int type); + public long countByUserGoldCoin(int type, String key); /** * 缁熻鍓╀綑閲戝竵 @@ -79,8 +79,8 @@ * @param count * @return */ - public List<UserGoldCoinVO> listByHasGoldCoin(long start, int count); + public List<UserGoldCoinVO> listByHasGoldCoin(long start, int count, String key); - public long countByHasGoldCoin(); + public long countByHasGoldCoin(String key); } -- Gitblit v1.8.0