From c76ad0e79b95c0bceed8a0234211f2c7f0168b14 Mon Sep 17 00:00:00 2001 From: yujian <yujian@123.com> Date: 星期二, 23 七月 2019 16:53:12 +0800 Subject: [PATCH] 推广红包-不在收回 --- fanli/src/main/java/com/yeshi/fanli/service/inter/brand/BrandClassShopService.java | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/brand/BrandClassShopService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/brand/BrandClassShopService.java index 95346a0..0bd8287 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/inter/brand/BrandClassShopService.java +++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/brand/BrandClassShopService.java @@ -55,7 +55,7 @@ * @param state * @throws BrandClassShopException */ - public void changeShopInfo(MultipartFile file, Long id, Long cid, String shopName, Integer state, Integer top) + public void changeShopInfo(MultipartFile file, Long id, Long cid, String shopName, Integer state, Integer top,String key) throws BrandClassShopException; @@ -91,4 +91,10 @@ */ public void deleteBatchByClassId(List<Long> list); + + /** + * 鏇存柊鍝佺墝鍟嗗搧 + */ + public void updateShopGoods(); + } -- Gitblit v1.8.0