From f4548a3ee46afe45da4ee2a42dc169c575deee9f Mon Sep 17 00:00:00 2001
From: yujian <yujian@123.com>
Date: 星期三, 31 七月 2019 11:57:36 +0800
Subject: [PATCH] 动态v2兼容

---
 fanli/src/main/java/com/yeshi/fanli/service/inter/homemodule/SpecialService.java |    9 +++++----
 1 files changed, 5 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 b046e29..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,7 +86,7 @@
 	 * @return
 	 * @throws Exception
 	 */
-	public JSONObject listCacheSpecialToIndex() throws Exception;
+	public JSONObject listCacheSpecialToIndex(AcceptData acceptData, Integer sex) throws Exception;
 
 
 	/**

--
Gitblit v1.8.0