From 744594ef1a2f530fc3e86ea9dc48b62247f79420 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 19 五月 2020 17:13:23 +0800 Subject: [PATCH] 饿了么绘图,添加口碑 --- fanli/src/main/java/com/yeshi/fanli/service/inter/goods/GoodsClassService.java | 22 +++++++++++++--------- 1 files changed, 13 insertions(+), 9 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 8dab207..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 @@ -5,9 +5,8 @@ import org.springframework.web.multipart.MultipartFile; -import com.yeshi.fanli.entity.admin.GoodsClassAdmin; import com.yeshi.fanli.entity.bus.clazz.GoodsClass; -import com.yeshi.fanli.exception.GoodsClassException; +import com.yeshi.fanli.exception.goods.GoodsClassException; public interface GoodsClassService { @@ -15,9 +14,6 @@ public GoodsClass getGoodsClassCache(long gcid); - - - public int getCount(String platform, String packages, String key); /** @@ -51,7 +47,7 @@ public void removePicture(GoodsClass record) throws Exception; - public List<GoodsClass> queryAll(String platform, String packages) throws Exception; + public List<GoodsClass> listquery(Integer sex) throws Exception; @@ -70,12 +66,12 @@ /** - * 鏍规嵁绯荤粺ID鏌ヨ鎵�鏈夊垎绫�-鍔犲叆缂撳瓨 + * 鏌ヨ鎵�鏈夋湁鏁堝垎绫�-鍔犲叆缂撳瓨 * @param systemId 绯荤粺ID * @return * @throws Exception */ - public List<GoodsClass> getListClassCache(Long systemId) throws Exception; + public List<GoodsClass> getEffectiveClassCache(); /** * 鏌ヨ鎵�鏈夊垎绫汇�佷富瀛愮被鐩� @@ -83,7 +79,7 @@ * @return * @throws Exception */ - public List<Map<String, Object>> getClassListAllCache(Long systemId) throws Exception; + public List<Map<String, Object>> getClassListAllCache(boolean changePicture) throws Exception; /** @@ -105,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