Skip to content

Commit

Permalink
解决动态表单任务列表任务重复问题
Browse files Browse the repository at this point in the history
  • Loading branch information
henryyan committed May 8, 2014
1 parent 112069c commit 33907c8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ public ModelAndView taskList(@RequestParam(value = "processType", required = fal

List<Task> dynamicFormTasks = taskService.createTaskQuery().processDefinitionKey("leave-dynamic-from")
.taskCandidateOrAssigned(user.getId()).active().orderByTaskId().desc().list();
tasks.addAll(dynamicFormTasks);

List<Task> dispatchTasks = taskService.createTaskQuery().processDefinitionKey("dispatch")
.taskCandidateOrAssigned(user.getId()).active().orderByTaskId().desc().list();
Expand Down

0 comments on commit 33907c8

Please sign in to comment.