wl
2022-10-10 3107f05166875ee54b50d95f2d0ddd0b742d3a42
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));
    }
}