Commit 0f3df9b76199a0020483fb557bdc16515cbc86c2
1 parent
579f5d14ba
Exists in
master
and in
1 other branch
导出添加高危因素
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/ViewController.java
View file @
0f3df9b
| ... | ... | @@ -112,7 +112,7 @@ |
| 112 | 112 | Document doc = null;// 原始word路径 |
| 113 | 113 | try { |
| 114 | 114 | // doc = new Document("D:\\经济开发区乡镇涉及妇幼公卫表格(外联部)_初诊.dotx"); |
| 115 | - doc = new Document(ViewController.class.getClassLoader().getResourceAsStream("1.dotx")); | |
| 115 | + doc = new Document(ViewController.class.getClassLoader().getResourceAsStream("cz.dotx")); | |
| 116 | 116 | specialData(doc, map);//特殊数据 |
| 117 | 117 | markData(doc, map);//普通数据 |
| 118 | 118 | sendToBrowser(doc, "导出", "doc", true, response); |