员工端面试管理接口使用Body传参
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user