From 48a204f4c90a80c0bb4e5ba1f9f0f42939cadba8 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期三, 01 一月 2020 10:19:34 +0800
Subject: [PATCH] 用户资金记录bug修改,京东,拼多多小程序商品转链

---
 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