feat(REQ-4418) - 优化一些提示文案
This commit is contained in:
parent
04035295b4
commit
7043046844
@ -320,7 +320,7 @@ public class BpmnProcessModelServiceImpl implements BpmnProcessModelService {
|
||||
throw new WorkflowEngineException(MODEL_ID_NOT_EXISTS, processModelId);
|
||||
}
|
||||
if (Objects.nonNull(tenantId) && !Objects.equals(model.getTenantId(), tenantId)) {
|
||||
throw new WorkflowEngineException(MODEL_ID_NOT_EXISTS, tenantId);
|
||||
throw new WorkflowEngineException(MODEL_ID_NOT_EXISTS, processModelId);
|
||||
}
|
||||
return bpmnModelConverter.toVoParseDesc(model);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user