|
|
@ -274,6 +274,9 @@ public class FlowBusinessServiceImpl implements FlowBusinessService { |
|
|
|
if (bladeFlow.getCategory() != null) { |
|
|
|
if (bladeFlow.getCategory() != null) { |
|
|
|
taskQuery.processCategoryIn(Func.toStrList(bladeFlow.getCategory())); |
|
|
|
taskQuery.processCategoryIn(Func.toStrList(bladeFlow.getCategory())); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
if (bladeFlow.getProcessDefinitionName() != null) { |
|
|
|
|
|
|
|
taskQuery.processDefinitionName(bladeFlow.getProcessDefinitionName()); |
|
|
|
|
|
|
|
} |
|
|
|
if (bladeFlow.getBeginDate() != null) { |
|
|
|
if (bladeFlow.getBeginDate() != null) { |
|
|
|
taskQuery.taskCreatedAfter(bladeFlow.getBeginDate()); |
|
|
|
taskQuery.taskCreatedAfter(bladeFlow.getBeginDate()); |
|
|
|
} |
|
|
|
} |
|
|
|