提交 48c8c738 authored 作者: 133's avatar 133

[代码提交] 文件代码提交

上级 727fd298
......@@ -1465,8 +1465,8 @@ public class JavaToPdfHtmlFreeMarker {
if (totle>784){
if (784-count.get()>56) {
WorkHandoverDevice workHandoverDevice1 = new WorkHandoverDevice();
workHandoverDevice1.setSeqs(toString(workHandoverDevice1.getSeqs().substring(784 - count.get(), len)));
workHandoverDevice.setSeqs(toString(workHandoverDevice1.getSeqs().substring(0, 784 - count.get())));
workHandoverDevice1.setSeqs(toString(workHandoverDevice.getSeqs().substring(784 - count.get(), len)));
workHandoverDevice.setSeqs(toString(workHandoverDevice.getSeqs().substring(0, 784 - count.get())));
code++;
workHandoverDevice.setCode(code);
list.add(workHandoverDevice);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论