| | |
| | | map.put("table3", new MiniTableRenderData(rsList3)); |
| | | } |
| | | map.put("table1", new MiniTableRenderData(header1, rsList1)); |
| | | map.put("data",params.get("data").toString()); |
| | | map.put("data",params.get("data")); |
| | | map.put("time",params.get("time").toString()); |
| | | map.put("date1",params.get("date1").toString()); |
| | | map.put("date2",params.get("date2").toString()); |
| | | |
| | | |
| | | compile.render(map); |
| | | |
| | | // compile.writeToFile("G:\\home\\mon1\\" + "尘负荷监测报告"+params.get("time").toString()+".docx"); |
| | | |
| | | // FileOutputStream out = new FileOutputStream("尘负荷监测报告" + params.get("time").toString() + ".docx"); |
| | | compile.write(response.getOutputStream()); |
| | | compile.close(); |