From 1e92eff67b997263ecefa255c63eb6641c47b57f Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期五, 14 六月 2019 10:22:33 +0800
Subject: [PATCH] 设备消息BUG解决,品牌

---
 fanli/src/main/java/com/yeshi/fanli/service/inter/goods/GoodsClassService.java |    4 ++--
 1 files changed, 2 insertions(+), 2 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..77f17d9 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
@@ -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