From a11877976c0dbf4099ec14b4a8e6fd4b4ed32aaf Mon Sep 17 00:00:00 2001 From: "DESKTOP-932OMT8\\REN" Date: Thu, 12 Jun 2025 23:50:57 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=20excel=20?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../controller/admin/Wps/WpsController.java | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/exam-module-judgement/exam-module-judgement-biz/src/main/java/pc/exam/pp/module/judgement/controller/admin/Wps/WpsController.java b/exam-module-judgement/exam-module-judgement-biz/src/main/java/pc/exam/pp/module/judgement/controller/admin/Wps/WpsController.java index 9d530ef1..e72ad3f7 100644 --- a/exam-module-judgement/exam-module-judgement-biz/src/main/java/pc/exam/pp/module/judgement/controller/admin/Wps/WpsController.java +++ b/exam-module-judgement/exam-module-judgement-biz/src/main/java/pc/exam/pp/module/judgement/controller/admin/Wps/WpsController.java @@ -12,7 +12,7 @@ import pc.exam.pp.module.judgement.controller.admin.Wps.dto.WpsWordReqDto; import pc.exam.pp.module.judgement.service.wps_excel.JudgementWpsExcelService; import pc.exam.pp.module.judgement.service.wps_pptx.JudgementWpsPptxService; import pc.exam.pp.module.judgement.service.wps_word.JudgementWpsWordService; -import pc.exam.pp.module.judgement.utils.wps_excel.vo.ExcelInfoReqVo; +//import pc.exam.pp.module.judgement.utils.wps_excel.vo.ExcelInfoReqVo; import pc.exam.pp.module.judgement.utils.wps_excel.vo.XlsxVO; import pc.exam.pp.module.judgement.utils.wps_excel.vo.xlsx_all.XlsxAllDataReqVo; import pc.exam.pp.module.judgement.utils.wps_excel.vo.xlsx_drawing.XlsxInfoVo; @@ -79,13 +79,13 @@ public class WpsController { } - /** - * wps xlsx - * @return 判分 - */ - @GetMapping("/runWpsXlsx") - public CommonResult> runWpsXlsx(String path) throws Exception { - return CommonResult.success(judgementWpsExcelService.programmingWpsExcel(path)); - } +// /** +// * wps xlsx +// * @return 判分 +// */ +// @GetMapping("/runWpsXlsx") +// public CommonResult> runWpsXlsx(String path) throws Exception { +// return CommonResult.success(judgementWpsExcelService.programmingWpsExcel(path)); +// } }