From 6d33f770806ef059629b94cf74cb48a09b86502c Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期五, 11 十月 2019 10:54:18 +0800 Subject: [PATCH] 抖音修改,饿了么初步集成,唯品会初步集成 --- fanli/src/main/java/com/yeshi/fanli/service/inter/brand/BrandInfoService.java | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/brand/BrandInfoService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/brand/BrandInfoService.java index 069d925..0033531 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/inter/brand/BrandInfoService.java +++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/brand/BrandInfoService.java @@ -2,6 +2,8 @@ import java.util.List; +import org.springframework.web.multipart.MultipartFile; + import com.yeshi.fanli.entity.brand.BrandInfo; import com.yeshi.fanli.exception.brand.BrandClassException; import com.yeshi.fanli.exception.brand.BrandInfoException; @@ -22,7 +24,7 @@ * @throws BrandClassException * @throws Exception */ - public void saveObject(BrandInfo record) throws BrandInfoException; + public void saveObject(MultipartFile file, BrandInfo record) throws BrandInfoException; /** -- Gitblit v1.8.0