admin
2019-06-27 ab9e60fa9a8e43d797446730a5dc9ebfb6b3f4e6
fanli/src/main/java/com/yeshi/fanli/service/impl/brand/BrandClassShopServiceImpl.java
@@ -126,7 +126,7 @@
   @Override
   @Transactional
   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 {
      if (id == null) {
@@ -148,7 +148,7 @@
      }
      // 自定义图片
      taoBaoShopService.changeInfo(file, shop.getId(), shopName);
      taoBaoShopService.changeInfo(file, shop.getId(), shopName,key);
      BrandClassShop updateshop = new BrandClassShop();
      updateshop.setState(state);