From 24a8d17e007545f7426c48352109aa1a9c6587ee Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期三, 06 五月 2020 12:02:09 +0800 Subject: [PATCH] IOS上线隐藏我的界面的banner与超级会员升级信息 --- fanli/src/main/java/com/yeshi/fanli/service/inter/goods/GoodsClassService.java | 16 ++++++++++++---- 1 files changed, 12 insertions(+), 4 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..0b38e35 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 @@ -6,7 +6,7 @@ import org.springframework.web.multipart.MultipartFile; import com.yeshi.fanli.entity.bus.clazz.GoodsClass; -import com.yeshi.fanli.exception.GoodsClassException; +import com.yeshi.fanli.exception.goods.GoodsClassException; public interface GoodsClassService { @@ -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; /** @@ -101,4 +101,12 @@ public void updateOrder(Long id, Integer moveType) throws GoodsClassException; + /** + * 鐘舵�佸垏鎹� + * @param id + * @throws GoodsClassException + */ + public void switchState(Long id) throws GoodsClassException; + + } -- Gitblit v1.8.0