Commit cc85e636 authored by 温志超's avatar 温志超

更新打印

parent a3fa4c47
...@@ -563,7 +563,7 @@ public class ProTaskWorkunitServiceImpl implements IProTaskWorkunitService { ...@@ -563,7 +563,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:qrcode-50*50-2"); printData.put("reportName","mysql: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