Commit d23baef9126473d41cf3e7f2b8c25976458a9528
1 parent
399b072f42
Exists in
master
and in
6 other branches
筛查统计
Showing 1 changed file with 1 additions and 1 deletions
platform-common/src/main/java/com/lyms/platform/common/utils/ExcelUtil.java
View file @
d23baef
... | ... | @@ -410,7 +410,7 @@ |
410 | 410 | |
411 | 411 | ws.addCell(new Label(0, values.size()+5, "实际报出日期:"+DateUtil.getyyyy_MM_dd(new Date())+" 单位负责人签字: 填表人签名: ", h1Formt)); |
412 | 412 | |
413 | - ws.mergeCells(0, values.size() +5, 29, values.size() + 5); | |
413 | + ws.mergeCells(0, values.size() +5, 28, values.size() + 5); | |
414 | 414 | |
415 | 415 | book.write(); |
416 | 416 | book.close(); |