修复历史任务查询参数不正确

This commit is contained in:
459816669@qq.com 2021-03-18 14:35:58 +08:00
parent 7782a17c7c
commit e28bbcc4ca
1 changed files with 1 additions and 1 deletions

View File

@ -499,7 +499,7 @@ public class FlowableServiceImpl implements FlowableService {
} }
if(!StringUtils.isEmpty(historicTaskInstanceDTO.getTaskDefinitionKey())){ if(!StringUtils.isEmpty(historicTaskInstanceDTO.getTaskDefinitionKey())){
historicTaskInstanceQuery.processInstanceId(historicTaskInstanceDTO.getTaskDefinitionKey()); historicTaskInstanceQuery.taskDefinitionKey(historicTaskInstanceDTO.getTaskDefinitionKey());
} }
if(!StringUtils.isEmpty(userId)){ if(!StringUtils.isEmpty(userId)){