bug 修复
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user