update
This commit is contained in:
@@ -6,6 +6,7 @@ package com.cool.store.enums;
|
||||
* @Description: 面试状态枚举
|
||||
*/
|
||||
public enum InterviewStatusEnum {
|
||||
// 0-待预约 1-待面审 2-待审核 3-审批通过 4-不通过
|
||||
WAIT_APPOINTMENT(0, "待预约"),
|
||||
WAIT_INTERVIEW(1, "待面审"),
|
||||
WAIT_AUDIT(2, "待审核"),
|
||||
|
||||
@@ -79,7 +79,7 @@ public enum WorkflowSubStageEnum{
|
||||
break;
|
||||
case STORE_EXPERIENCE:
|
||||
case SECOND_INTERVIEWS:
|
||||
this.nextStage = SECOND_INTERVIEWS;
|
||||
this.nextStage = null;
|
||||
break;
|
||||
}
|
||||
return nextStage;
|
||||
|
||||
Reference in New Issue
Block a user