From fe879975a3e8a0a1aa280fb839e02d159bfbcff8 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期二, 27 八月 2019 18:04:38 +0800
Subject: [PATCH] 金币任务多次获取bug修改

---
 fanli/src/main/java/com/yeshi/fanli/service/inter/homemodule/SpecialService.java |   17 +++++++++++++----
 1 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/homemodule/SpecialService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/homemodule/SpecialService.java
index a2f984a..a25b6f8 100644
--- a/fanli/src/main/java/com/yeshi/fanli/service/inter/homemodule/SpecialService.java
+++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/homemodule/SpecialService.java
@@ -4,6 +4,7 @@
 
 import org.springframework.web.multipart.MultipartFile;
 
+import com.yeshi.fanli.entity.accept.AcceptData;
 import com.yeshi.fanli.entity.bus.homemodule.Special;
 import com.yeshi.fanli.exception.homemodule.SpecialException;
 
@@ -21,9 +22,9 @@
 	public Special selectByPrimaryKey(Long id);
 
 
-	public List<Special> listQueryByCard(long start, int count, Long card, String key);
+	public List<Special> listQueryByCard(long start, int count, Long card, String key, Integer sex);
 
-	public long countlistQueryByCard(Long card, String key);
+	public long countlistQueryByCard(Long card, String key, Integer sex);
 
 
 	/**
@@ -77,7 +78,7 @@
 	 * @param moveType
 	 * @throws SpecialException
 	 */
-	public void updateOrder(Long id, Integer moveType) throws SpecialException;
+	public void updateOrder(Long id, Integer moveType, Integer sex) throws SpecialException;
 
 
 	/**
@@ -85,6 +86,14 @@
 	 * @return
 	 * @throws Exception
 	 */
-	public JSONObject listCacheSpecialToIndex() throws Exception;
+	public JSONObject listCacheSpecialToIndex(AcceptData acceptData, Integer sex) throws Exception;
+
+
+	/**
+	 * 鏍规嵁涓撻浣嶇疆鏌ヨ
+	 * @param placeKey
+	 * @return
+	 */
+	public List<Special> listByPlaceKey(String placeKey);
 
 }

--
Gitblit v1.8.0