bug 修复

This commit is contained in:
苏竹红
2024-06-26 20:50:38 +08:00
parent 7a632176f1
commit 594b5f1f8f
2 changed files with 3 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ public abstract class LineFlowService {
if(!lineInfo.getWorkflowSubStage().equals(request.getWorkflowSubStage())){
throw new ServiceException(ErrorCodeEnum.WORK_FLOW_STAGE_PASS_ERROR);
}
if (WorkflowSubStageEnum.INTEND.getCode().equals(lineInfo.getWorkflowStage())){
if (WorkflowSubStageEnum.INTEND.getCode().equals(lineInfo.getWorkflowSubStage())){
lineInfo.setRegionId(request.getFightRegion());
}
String partnerId = lineInfo.getPartnerId();