提交 ec5e73e9 authored 作者: 133's avatar 133

[file] 修改模版

上级 8c2e787f
...@@ -154,7 +154,7 @@ public class JavaToPdfHtmlFreeMarker { ...@@ -154,7 +154,7 @@ public class JavaToPdfHtmlFreeMarker {
template.setEncoding("UTF-8"); template.setEncoding("UTF-8");
List<DocumentDevice> list=documents.getDocumentDevices(); List<DocumentDevice> list=documents.getDocumentDevices();
List<List<DocumentDevice>> listList=toList(list); List<List<DocumentDevice>> listList=toDocList(list);
int count=listList.size(); int count=listList.size();
for (int i=1; i<=3; i++){ for (int i=1; i<=3; i++){
Integer page=1; Integer page=1;
...@@ -358,7 +358,7 @@ public class JavaToPdfHtmlFreeMarker { ...@@ -358,7 +358,7 @@ public class JavaToPdfHtmlFreeMarker {
template.setEncoding("UTF-8"); template.setEncoding("UTF-8");
List<DocumentDevice> list=documents.getDocumentDevices(); List<DocumentDevice> list=documents.getDocumentDevices();
List<List<DocumentDevice>> listList=toList(list); List<List<DocumentDevice>> listList=toDocList(list);
int count=listList.size(); int count=listList.size();
for (int i=1; i<=3; i++){ for (int i=1; i<=3; i++){
Integer page=1; Integer page=1;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论