From 1f5916e898bcacb3360c9b28a0e947fc7eeee9a2 Mon Sep 17 00:00:00 2001 From: wr <1754607820@qq.com> Date: Fri, 7 Mar 2025 12:28:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../controller/PreDetectionController.java | 26 ------------------- 1 file changed, 26 deletions(-) diff --git a/detection/src/main/java/com/njcn/gather/detection/controller/PreDetectionController.java b/detection/src/main/java/com/njcn/gather/detection/controller/PreDetectionController.java index 69cebdde..bf8f0e56 100644 --- a/detection/src/main/java/com/njcn/gather/detection/controller/PreDetectionController.java +++ b/detection/src/main/java/com/njcn/gather/detection/controller/PreDetectionController.java @@ -99,32 +99,6 @@ public class PreDetectionController extends BaseController { return HttpResultUtil.assembleCommonResponseResult(CommonResponseEnum.SUCCESS, null, methodDescribe); } - /** - * 关闭检测 - */ - @PostMapping("/closeCheck") - @OperateInfo - @ApiOperation("关闭检测") - @ApiImplicitParam(name = "param", value = "查询参数", required = true) - public HttpResult closeCheck(@RequestBody @Validated PreDetectionParam param) { - String methodDescribe = getMethodDescribe("closeCheck"); - preDetectionService.closeCheck(param); - return HttpResultUtil.assembleCommonResponseResult(CommonResponseEnum.SUCCESS, null, methodDescribe); - } - - /** - * 下一步检测 - */ - @PostMapping("/nextScript") - @OperateInfo - @ApiOperation("下一步检测") - @ApiImplicitParam(name = "param", value = "查询参数", required = true) - public HttpResult nextScript(@RequestBody @Validated PreDetectionParam param) { - String methodDescribe = getMethodDescribe("nextScript"); - preDetectionService.nextScript(param); - return HttpResultUtil.assembleCommonResponseResult(CommonResponseEnum.SUCCESS, null, methodDescribe); - } - /** * 系数校验