fix
This commit is contained in:
@@ -243,7 +243,9 @@ public class IntentAgreementServiceImpl extends LineFlowService implements Inten
|
||||
if (!WorkflowSubStageStatusEnum.SIGN_INTENT_AGREEMENT_70.getCode().equals(lineInfo.getWorkflowSubStageStatus())) {
|
||||
throw new ServiceException(ErrorCodeEnum.LINE_STATUS_NOT_ALLOW_OPERATE);
|
||||
}
|
||||
|
||||
if (Objects.isNull(lineInfo.getRegionId())){
|
||||
throw new ServiceException(ErrorCodeEnum.LINE_REGION_NOT_EXIST);
|
||||
}
|
||||
lineInfo.setWorkflowStage(WorkflowStageEnum.STORE.getCode());
|
||||
lineInfo.setWorkflowSubStageStatus(WorkflowSubStageStatusEnum.SIGN_INTENT_AGREEMENT_125.getCode());
|
||||
lineInfo.setDevelopmentManager(lineInfo.getInvestmentManager());
|
||||
|
||||
Reference in New Issue
Block a user