Commit 1f50f9ff authored by 温志超's avatar 温志超

更新打印

parent 043a4ebd
...@@ -564,7 +564,7 @@ public class ProTaskWorkunitServiceImpl implements IProTaskWorkunitService { ...@@ -564,7 +564,7 @@ public class ProTaskWorkunitServiceImpl implements IProTaskWorkunitService {
if(taskIds.size() > 0){ if(taskIds.size() > 0){
Map<String, Object> printData = new HashMap<>(); Map<String, Object> printData = new HashMap<>();
ArrayList valueList = new ArrayList(); ArrayList valueList = new ArrayList();
printData.put("reportName","mysql:process.xml"); printData.put("reportName","process.xml");
printData.put("valueList",valueList); printData.put("valueList",valueList);
List<ProTask> tasks = proTaskMapper.selectByTaskIds(taskIds); List<ProTask> tasks = proTaskMapper.selectByTaskIds(taskIds);
List<String> taskBatchs = tasks.stream().map(proTask -> proTask.getTaskBatch()).distinct().collect(Collectors.toList()); List<String> taskBatchs = tasks.stream().map(proTask -> proTask.getTaskBatch()).distinct().collect(Collectors.toList());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment