员工端面试管理接口使用Body传参

This commit is contained in:
pserimal
2023-06-21 17:56:04 +08:00
parent a1b8e72c29
commit 520a5d60ae

View File

@@ -41,7 +41,7 @@ public class InterviewController {
}
@PostMapping("/queryByInterviewPlanId")
@ApiOperation("根据面试会议id查询面试信息")
@ApiOperation("根据面试会议计划id查询面试信息")
public ResponseResult<InterviewVO> queryByInterviewPlanId(@RequestBody QueryByInterviewPlanIdReq request) {
InterviewVO interviewVO = interviewService.getInterviewInfo(request);
return ResponseResult.success(interviewVO);