From 4d8dd71b7d13fa41132c46831090c6282af502cb Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期六, 12 十一月 2022 09:03:08 +0800 Subject: [PATCH] 1 --- src/main/java/com/lf/server/controller/show/ExportController.java | 10 ++-------- 1 files changed, 2 insertions(+), 8 deletions(-) diff --git a/src/main/java/com/lf/server/controller/show/ExportController.java b/src/main/java/com/lf/server/controller/show/ExportController.java index 210abe8..25a8365 100644 --- a/src/main/java/com/lf/server/controller/show/ExportController.java +++ b/src/main/java/com/lf/server/controller/show/ExportController.java @@ -7,7 +7,6 @@ import com.lf.server.entity.show.ExportEntity; import com.lf.server.entity.sys.UserEntity; import com.lf.server.helper.StringHelper; -import com.lf.server.service.data.DownloadService; import com.lf.server.service.show.ExportService; import com.lf.server.service.sys.TokenService; import io.swagger.annotations.Api; @@ -33,9 +32,6 @@ @Autowired TokenService tokenService; - - @Autowired - DownloadService downloadService; @SysLog() @ApiOperation(value = "鍒嗛〉鏌ヨ") @@ -81,14 +77,12 @@ return fail("鐢ㄦ埛鏈櫥褰�"); } - String str = exportService.post(entity); + String str = exportService.post(ue, entity); if (StringHelper.isNull(str)) { return fail("鍑哄浘澶辫触"); } - // - - return success(str); + return success("鍑哄浘鎴愬姛", str); } catch (Exception ex) { return fail(ex.getMessage()); } -- Gitblit v1.9.3