From ec8a1c6f81b5747e9efce86faaba33d10df7f61d Mon Sep 17 00:00:00 2001
From: admin <2780501319@qq.com>
Date: 星期日, 01 三月 2020 16:37:26 +0800
Subject: [PATCH] 动态提示语调整

---
 fanli/src/main/java/com/yeshi/fanli/service/inter/count/HongBaoV2CountService.java |   67 +++++++++++++++++++++++++++++++++
 1 files changed, 66 insertions(+), 1 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 c76d32c..aed93af 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
@@ -184,7 +184,7 @@
 
 	public long countAlreadyGetMoneyByUid(Long uid, List<Integer> typeList, Date minGetTime, Date maxGetTime);
 
-	/**
+	/**
 	 * 鏌ヨ鏉ユ簮璇ヤ笅绾ф垚鍔熷垎浜� + 鑷喘璁㈠崟 
 	 * @param uid
 	 * @param teamUid
@@ -201,4 +201,69 @@
 	 */
 	public BigDecimal getOrderRewardByTeamUidTheMonth(Long uid, Long teamUid);
 
+	/**
+	 * 鑷喘杩斿埄鍒拌处閲戦
+	 * @param uid
+	 * @return
+	 */
+	public BigDecimal getRewardMoneyBySelf(Long uid);
+
+	/**
+	 * 鍒嗕韩濂栧姳鍒拌处閲戦
+	 * @param uid
+	 * @return
+	 */
+	public BigDecimal getRewardMoneyByShare(Long uid);
+
+	/**
+	 * 涓嬬骇浜х敓濂栧姳鍒拌处閲戦
+	 * @param uid
+	 * @return
+	 */
+	public BigDecimal getRewardMoneyByInvite(Long uid);
+
+	/**
+	 * 鏈夋晥涓�绾ч槦鍛樺畾涔夛細2019骞�1鏈�1鏃ヨ捣(date)锛岃嚜璐垨鍒嗕韩1绗斾笖浠樻鎬婚噾棰濅笉灏忎簬 payment 鍏冿紙閫�娆句负澶辨晥
+	 * @param uid
+	 * @param date
+	 * @param payment
+	 * @return
+	 */
+	public long countValidOrderTeamUserByUid(Long uid, Long time, BigDecimal payment);
+
+	/**
+	 * 缁熻涓嶅悓鏃堕棿锛氬鍔�
+	 * @param uid
+	 * @param dateType
+	 * @param hbType
+	 * @return
+	 */
+	public BigDecimal getRewardMoneyToCount(Long uid, Integer dateType, Integer hbType, List<Integer> listSource);
+
+	/**
+	 * 缁熻绾㈠寘涓暟
+	 * @param uid
+	 * @param type 绾㈠寘绫诲瀷
+	 * @return
+	 */
+	public long getHongBaoCount(Long uid, Integer type);
+
+	/**
+	 * 绛涢�夌粨鏋滈〉椤堕儴缁熻
+	 * @param uid
+	 * @param dateType
+	 * @param hbType
+	 * @param orderState
+	 * @param orderNo
+	 * @param source
+	 * @param startTime
+	 * @param endTime
+	 * @return
+	 */
+	public BigDecimal getRewardMoneyByToSearch(Long uid, Integer dateType, Integer hbType, Integer orderState, String orderNo,
+			 Integer moneyState, String startTime, String endTime, List<Integer> listSource);
+
+	
+	public Integer countOrderByTypeAndDate(Integer orderType, String preDay);
+
 }

--
Gitblit v1.8.0