This commit is contained in:
苏竹红
2024-06-19 09:31:09 +08:00
parent 2180c75a64
commit cc11f58a56
9 changed files with 85 additions and 143 deletions

View File

@@ -12,7 +12,7 @@ public enum WorkflowSubStageEnum{
*/
INTEND(1, "加盟意向申请", WorkflowSubStageStatusEnum.INTENT_0,"joinIntentionServiceImpl",0),
PAY_DEPOSIT(15, "缴纳意向金", WorkflowSubStageStatusEnum.PAY_DEPOSIT_45, "bankServiceImpl",4),
SIGN_INTENT_AGREEMENT(20, "签署意向协议", WorkflowSubStageStatusEnum.SIGN_INTENT_AGREEMENT_60, "intentAgreementServiceImpl",6);
SIGN_INTENT_AGREEMENT(20, "签署意向协议", WorkflowSubStageStatusEnum.SIGN_INTENT_AGREEMENT_70, "intentAgreementServiceImpl",6);
private Integer code;

View File

@@ -18,12 +18,9 @@ public enum WorkflowSubStageStatusEnum {
PAY_FAIL_55(55,"审核未通过"),
//签署意向协议
SIGN_INTENT_AGREEMENT_60(60,"待补充"),
SIGN_INTENT_AGREEMENT_63(63,"待审核"),
SIGN_INTENT_AGREEMENT_65(65,"不通过"),
SIGN_INTENT_AGREEMENT_70(70,"待提交"),
SIGN_INTENT_AGREEMENT_75(75,"待OA审核"),
SIGN_INTENT_AGREEMENT_80(80,"签约失败"),
SIGN_INTENT_AGREEMENT_70(70,"待补充"),
SIGN_INTENT_AGREEMENT_75(75,"合同确定中"),
SIGN_INTENT_AGREEMENT_125(125,"已完成");