面试/面谈
This commit is contained in:
@@ -35,5 +35,5 @@ public class LineInterviewPageRequest extends PageBasicInfo {
|
|||||||
@ApiModelProperty("面试类型:0面谈;1一审;2二审")
|
@ApiModelProperty("面试类型:0面谈;1一审;2二审")
|
||||||
private Integer interviewType;
|
private Integer interviewType;
|
||||||
|
|
||||||
private String interviewer;
|
private String interviewerUserId;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -281,6 +281,7 @@ public class LineInterviewServiceImpl extends LineFlowService implements LineInt
|
|||||||
interviewInfo.setInterviewStatus(InterviewStatusEnum.PASS.getCode());
|
interviewInfo.setInterviewStatus(InterviewStatusEnum.PASS.getCode());
|
||||||
lineInfo.setWorkflowSubStage(nextStage.getCode());
|
lineInfo.setWorkflowSubStage(nextStage.getCode());
|
||||||
lineInfo.setWorkflowSubStageStatus(nextStageInitStatus);
|
lineInfo.setWorkflowSubStageStatus(nextStageInitStatus);
|
||||||
|
lineInfoDAO.updateLineInfo(lineInfo);
|
||||||
return lineInterviewDAO.updateInterviewInfo(interviewInfo) > 0;
|
return lineInterviewDAO.updateInterviewInfo(interviewInfo) > 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user