From 851e43f3d0a79154cb4dc3a55738a83a97797c2d Mon Sep 17 00:00:00 2001
From: yujian <yujian@123.com>
Date: 星期三, 13 十一月 2019 10:04:34 +0800
Subject: [PATCH] 红包提现次数限制

---
 fanli/src/main/java/com/yeshi/fanli/service/inter/order/CommonOrderService.java |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/order/CommonOrderService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/order/CommonOrderService.java
index 1c0927c..4ca7ae7 100644
--- a/fanli/src/main/java/com/yeshi/fanli/service/inter/order/CommonOrderService.java
+++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/order/CommonOrderService.java
@@ -223,11 +223,13 @@
 	 */
 
 	public List<CommonOrderVO> listQuery(long start, int count, Integer keyType, String key, Integer state,
-			Integer type, Integer orderState, String startTime, String endTime, Integer source)
+			Integer type, Integer orderState, String startTime, String endTime, Integer source,
+			List<Long> listShopId, List<Long> listGoodsId, Date minTime, BigDecimal money)
 			throws CommonOrderException;
 
 	public long countQuery(Integer keyType, String key, Integer state, Integer type, Integer orderState,
-			String startTime, String endTime, Integer source) throws CommonOrderException;
+			String startTime, String endTime, Integer source, 
+			List<Long> listShopId, List<Long> listGoodsId,Date minTime, BigDecimal money) throws CommonOrderException;
 
 	/**
 	 * 鏌ヨ璁㈠崟
@@ -321,11 +323,11 @@
 	public CommonOrderVO firstValidOrderByUidAndType(Long uid, Integer type);
 
 	/**
-	 * 鏌ヨ鏄惁鏈湀鍒拌处璁㈠崟
+	 * 鏌ヨ鏄惁涓婃湀鍒拌处璁㈠崟
 	 * @param uid
 	 * @param type 绫诲瀷锛� 1鑷喘  2鍒嗕韩 3閭�璇�
 	 * @return
 	 */
-	public CommonOrderVO firstValidOrderTheMonthByUidAndType(Long uid, Integer type);
+	public CommonOrderVO firstValidOrderLastMonthByUidAndType(Long uid, Integer type);
 
 }

--
Gitblit v1.8.0