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