Browse Source

导出查勘单修改

wangqiang 1 year ago
parent
commit
1de20b7d7a

+ 2 - 2
src/main/java/com/jeeplus/modules/cg/reservemanagementcenter/reserveManage/utils/ReserveProcessProjectExportUtil.java

@@ -299,7 +299,7 @@ public class ReserveProcessProjectExportUtil {
 
                 // 指定要添加边框的行和列范围
                 int startRow = 3; // 起始行
-                int endRow = 19;   // 结束行
+                int endRow = 12;   // 结束行
                 int endColumn = 3;   // 结束列
 
                 setCellStyle(workbook,startRow,endRow,sheet,endColumn);
@@ -342,7 +342,7 @@ public class ReserveProcessProjectExportUtil {
 
                 // 指定要添加边框的行和列范围
                 int startRow = 2; // 起始行
-                int endRow = 16;   // 结束行
+                int endRow = 13;   // 结束行
                 int endColumn = 3;   // 结束列
 
                 setCellStyle(workbook,startRow,endRow,sheet,endColumn);