This commit is contained in:
shuo.wang
2025-04-10 16:15:33 +08:00
parent 50688f04c8
commit 2c55423f65
2 changed files with 4 additions and 1 deletions

View File

@@ -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());