mg
2022-10-12 3f9ebf19e687c33287b0eaec64d4564a212f57db
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));
    }
}