From 7299944ca53a7e28254eaccbdf40f1deec1ff1a0 Mon Sep 17 00:00:00 2001 From: "DESKTOP-932OMT8\\REN" Date: Wed, 14 May 2025 17:21:39 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=20?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=A4=B9=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...WordController.java => WpsController.java} | 8 ++++++ .../mapper/wpsword/WpsWOrdLinkMapper.xml | 28 ------------------- 2 files changed, 8 insertions(+), 28 deletions(-) rename exam-module-judgement/exam-module-judgement-biz/src/main/java/pc/exam/pp/module/judgement/controller/admin/Wps/{WpsWordController.java => WpsController.java} (85%) delete mode 100644 exam-module-judgement/exam-module-judgement-biz/src/main/resources/mapper/wpsword/WpsWOrdLinkMapper.xml diff --git a/exam-module-judgement/exam-module-judgement-biz/src/main/java/pc/exam/pp/module/judgement/controller/admin/Wps/WpsWordController.java b/exam-module-judgement/exam-module-judgement-biz/src/main/java/pc/exam/pp/module/judgement/controller/admin/Wps/WpsController.java similarity index 85% rename from exam-module-judgement/exam-module-judgement-biz/src/main/java/pc/exam/pp/module/judgement/controller/admin/Wps/WpsWordController.java rename to exam-module-judgement/exam-module-judgement-biz/src/main/java/pc/exam/pp/module/judgement/controller/admin/Wps/WpsController.java index cfe1fe2d..b40d3d36 100644 --- a/exam-module-judgement/exam-module-judgement-biz/src/main/java/pc/exam/pp/module/judgement/controller/admin/Wps/WpsWordController.java +++ b/exam-module-judgement/exam-module-judgement-biz/src/main/java/pc/exam/pp/module/judgement/controller/admin/Wps/WpsController.java @@ -35,6 +35,14 @@ public class WpsWordController { public CommonResult> run_wps_word(String path) throws Exception { return CommonResult.success(judgementWpsWordService.ProgrammingWpsWord(path)); } + /** + * wps pptx + * @return 判分 + */ + @GetMapping("/run_wps_word") + public CommonResult run_wps_pptx(String path) throws Exception { + return CommonResult.success(judgementWpsWordService.ProgrammingWpsPptx(path)); + } /** * wps word * @return 判分 diff --git a/exam-module-judgement/exam-module-judgement-biz/src/main/resources/mapper/wpsword/WpsWOrdLinkMapper.xml b/exam-module-judgement/exam-module-judgement-biz/src/main/resources/mapper/wpsword/WpsWOrdLinkMapper.xml deleted file mode 100644 index 409a9c72..00000000 --- a/exam-module-judgement/exam-module-judgement-biz/src/main/resources/mapper/wpsword/WpsWOrdLinkMapper.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - \ No newline at end of file