修复历史任务查询参数不正确
This commit is contained in:
parent
7782a17c7c
commit
e28bbcc4ca
|
@ -499,7 +499,7 @@ public class FlowableServiceImpl implements FlowableService {
|
|||
}
|
||||
|
||||
if(!StringUtils.isEmpty(historicTaskInstanceDTO.getTaskDefinitionKey())){
|
||||
historicTaskInstanceQuery.processInstanceId(historicTaskInstanceDTO.getTaskDefinitionKey());
|
||||
historicTaskInstanceQuery.taskDefinitionKey(historicTaskInstanceDTO.getTaskDefinitionKey());
|
||||
}
|
||||
|
||||
if(!StringUtils.isEmpty(userId)){
|
||||
|
|
Loading…
Reference in New Issue