From ff8d6c48e9fa3d4c71b2f8f0edf8235cc590f39d Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期四, 20 十月 2022 14:21:11 +0800 Subject: [PATCH] 修改地名地址接口 --- src/main/java/com/lf/server/controller/all/FileController.java | 8 ++------ 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/main/java/com/lf/server/controller/all/FileController.java b/src/main/java/com/lf/server/controller/all/FileController.java index db76f07..08d438e 100644 --- a/src/main/java/com/lf/server/controller/all/FileController.java +++ b/src/main/java/com/lf/server/controller/all/FileController.java @@ -3,13 +3,11 @@ import com.lf.server.aspect.SysLog; import com.lf.server.entity.all.ResponseMsg; import com.lf.server.helper.FileHelper; -import com.lf.server.service.all.FileService; +import com.lf.server.service.data.UploaderService; import io.swagger.annotations.Api; import io.swagger.annotations.ApiImplicitParam; import io.swagger.annotations.ApiImplicitParams; import io.swagger.annotations.ApiOperation; -import org.apache.commons.logging.Log; -import org.apache.commons.logging.LogFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.*; import org.springframework.web.multipart.MultipartFile; @@ -32,9 +30,7 @@ @RequestMapping("/file") public class FileController extends BaseController { @Autowired - private FileService fileService; - - private final static Log log = LogFactory.getLog(FileController.class); + private UploaderService uploaderService; @SysLog() @ApiOperation(value = "鏂囦欢涓婁紶") -- Gitblit v1.9.3