ycl-platform/src/main/java/com/ycl/controller/caseHandler/CheckHandleController.java
@@ -19,7 +19,7 @@ */ @RestController @RequestMapping("/check_handle") @Api(tags = "审核处理") @Api(tags = "审核管理") public class CheckHandleController { @@ -30,6 +30,6 @@ @RequestMapping(value = "/check", method = RequestMethod.POST) @ResponseBody public CommonResult check(@Validated @RequestBody ChechParam chechParam) { return CommonResult.success(iCheckHandleService.chech(chechParam)); return CommonResult.success(iCheckHandleService.check(chechParam)); } }