update - 移除一些无用的逻辑

This commit is contained in:
wangli 2024-04-08 10:33:14 +08:00
parent 356600ead6
commit 8376e87bf4

View File

@ -312,8 +312,8 @@ public class BpmnProcessTaskServiceImpl implements BpmnProcessTaskService {
}
HistoricProcessInstanceQuery instanceQuery =
historyService.createHistoricProcessInstanceQuery()
.processInstanceId(processInstanceId)
.includeProcessVariables();
.processInstanceId(processInstanceId);
// .includeProcessVariables();
if (StringUtils.hasLength(tenantId)) {
instanceQuery.processInstanceTenantId(tenantId);
}