面试/面谈

This commit is contained in:
zhangchenbiao
2024-03-22 16:27:45 +08:00
parent 5e324a468d
commit 42b0080695
2 changed files with 2 additions and 1 deletions

View File

@@ -35,5 +35,5 @@ public class LineInterviewPageRequest extends PageBasicInfo {
@ApiModelProperty("面试类型:0面谈;1一审;2二审")
private Integer interviewType;
private String interviewer;
private String interviewerUserId;
}

View File

@@ -281,6 +281,7 @@ public class LineInterviewServiceImpl extends LineFlowService implements LineInt
interviewInfo.setInterviewStatus(InterviewStatusEnum.PASS.getCode());
lineInfo.setWorkflowSubStage(nextStage.getCode());
lineInfo.setWorkflowSubStageStatus(nextStageInitStatus);
lineInfoDAO.updateLineInfo(lineInfo);
return lineInterviewDAO.updateInterviewInfo(interviewInfo) > 0;
}