wl
2022-10-08 54571621c3d6975bdbd795252c0b15aa6417c7db
ycl-platform/src/main/java/com/ycl/controller/caseHandler/CheckHandleController.java
@@ -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));
    }
}