PC 端修改面试时间修改飞书日程

This commit is contained in:
俞扬
2023-06-27 15:41:59 +08:00
parent 948b7ca63b
commit 300948de25
6 changed files with 113 additions and 61 deletions

View File

@@ -88,10 +88,10 @@ public class InterviewController {
return ResponseResult.success();
}
@PostMapping("/reject")
@ApiOperation("拒绝面试")
public ResponseResult reInterview(@RequestBody RejectInterviewReq request) throws ApiException {
interviewService.rejectInterview(request);
return ResponseResult.success();
}
// @PostMapping("/reject")
// @ApiOperation("拒绝面试")
// public ResponseResult reInterview(@RequestBody RejectInterviewReq request) throws ApiException {
// interviewService.rejectInterview(request);
// return ResponseResult.success();
// }
}