feat(REQ-3004) - 调整创建携带表单的实例逻辑
This commit is contained in:
parent
43fccac41c
commit
71798d9cd0
@ -373,7 +373,7 @@ public class BpmnProcessInstanceServiceImpl implements BpmnProcessInstanceServic
|
||||
.businessKey(dto.getBusinessKey())
|
||||
.variables(dto.getVariables())
|
||||
.name(name)
|
||||
.tenantId(dto.getTenantId())
|
||||
.tenantId(definition.getTenantId())
|
||||
.overrideProcessDefinitionTenantId(dto.getTenantId());
|
||||
|
||||
ExtAxBpmnFormRelation relation = bpmnFormRelationService.queryByBpmnDefinitionId(definition.getId());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user