进入面试间增加修改房间状态及SQL查询优化
This commit is contained in:
@@ -43,7 +43,7 @@ public class InterviewController {
|
||||
@PostMapping("/queryByInterviewPlanId")
|
||||
@ApiOperation("根据面试会议id查询面试信息")
|
||||
public ResponseResult<InterviewVO> queryByInterviewPlanId(@RequestBody QueryByInterviewPlanIdReq request) {
|
||||
InterviewVO interviewVO = interviewService.getInterviewInfo(request.getInterviewPlanId());
|
||||
InterviewVO interviewVO = interviewService.getInterviewInfo(request);
|
||||
return ResponseResult.success(interviewVO);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user