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/goods/GoodsClassService.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/goods/GoodsClassService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/goods/GoodsClassService.java
index 62cf4f6..28dac0d 100644
--- a/fanli/src/main/java/com/yeshi/fanli/service/inter/goods/GoodsClassService.java
+++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/goods/GoodsClassService.java
@@ -47,7 +47,7 @@
 	public void removePicture(GoodsClass record) throws Exception;
 	
 	
-	public List<GoodsClass> listquery() throws Exception;
+	public List<GoodsClass> listquery(Integer sex) throws Exception;
 	
 
 
@@ -71,7 +71,7 @@
 	 * @return
 	 * @throws Exception
 	 */
-	public List<GoodsClass> getEffectiveClassCache() throws Exception;
+	public List<GoodsClass> getEffectiveClassCache();
 
 	/**
 	 * 鏌ヨ鎵�鏈夊垎绫汇�佷富瀛愮被鐩�
@@ -79,7 +79,7 @@
 	 * @return
 	 * @throws Exception
 	 */
-	public List<Map<String, Object>> getClassListAllCache() throws Exception;
+	public List<Map<String, Object>> getClassListAllCache(boolean changePicture) throws Exception;
 
 
 	/**

--
Gitblit v1.8.0