From 152190849b7a676a282ae51597f47697078e51ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?lkd9125=28=EC=9D=B4=EA=B2=BD=EB=8F=84=29?= Date: Thu, 27 Jun 2024 17:56:54 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=93=9C=EB=A1=A0=EC=9B=90=EC=8A=A4?= =?UTF-8?q?=ED=83=91=20=EB=B9=84=ED=96=89=EC=8A=B9=EC=9D=B8=20Excel,=20PDF?= =?UTF-8?q?=20=EB=8B=A4=EC=9A=B4=EB=A1=9C=EB=93=9C=20=EC=8B=A0=EC=B2=AD?= =?UTF-8?q?=EA=B3=A0=EB=8F=84=EC=BB=AC=EB=9F=BC=20=EC=B6=94=EA=B0=80=20?= =?UTF-8?q?=EB=82=B4=EC=97=AD=20=EB=A1=A4=EB=B0=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../api/bas/dos/service/BasDosService.java | 31 +++++++------------ .../templates/laanc/valid_document.html | 2 -- 2 files changed, 12 insertions(+), 21 deletions(-) diff --git a/pav-server/src/main/java/com/palnet/biz/api/bas/dos/service/BasDosService.java b/pav-server/src/main/java/com/palnet/biz/api/bas/dos/service/BasDosService.java index 9d63cc91..3316953e 100644 --- a/pav-server/src/main/java/com/palnet/biz/api/bas/dos/service/BasDosService.java +++ b/pav-server/src/main/java/com/palnet/biz/api/bas/dos/service/BasDosService.java @@ -326,11 +326,10 @@ public class BasDosService { sheet.setColumnWidth(5, cellWidth113); sheet.setColumnWidth(6, cellWidth70); sheet.setColumnWidth(7, cellWidth70); - sheet.setColumnWidth(8, cellWidth70); - sheet.setColumnWidth(9, cellWidth174); - sheet.setColumnWidth(10, cellWidth73); - sheet.setColumnWidth(11, cellWidth82); - sheet.setColumnWidth(12, cellWidth145); + sheet.setColumnWidth(8, cellWidth174); + sheet.setColumnWidth(9, cellWidth73); + sheet.setColumnWidth(10, cellWidth82); + sheet.setColumnWidth(11, cellWidth145); Row row = null; Cell cell = null; @@ -349,7 +348,7 @@ public class BasDosService { cell = row.createCell(0); cell.setCellValue("월"); cell.setCellStyle(firstHeaderStyle); - cell = row.createCell(12); + cell = row.createCell(11); cell.setCellValue("비고"); cell.setCellStyle(lastHeaderStyle); @@ -372,18 +371,15 @@ public class BasDosService { cell.setCellValue("비행반경(m)"); cell.setCellStyle(headerStyle); cell = row.createCell(7); - cell.setCellValue("신청고도(m)"); - cell.setCellStyle(headerStyle); - cell = row.createCell(8); cell.setCellValue("최고비행\n해발고도(m)"); cell.setCellStyle(headerStyle); - cell = row.createCell(9); + cell = row.createCell(8); cell.setCellValue("세부사항"); cell.setCellStyle(headerStyle); - cell = row.createCell(10); + cell = row.createCell(9); cell.setCellValue("비행목적"); cell.setCellStyle(headerStyle); - cell = row.createCell(11); + cell = row.createCell(10); cell.setCellValue("긴급구조기관"); cell.setCellStyle(headerStyle); @@ -423,9 +419,6 @@ public class BasDosService { cell.setCellValue(area.getBufferZone()); cell.setCellStyle(bodyStyle); cell = row.createCell(7); - cell.setCellValue(area.getFltElev() != null ? area.getFltElev() + "" : ""); - cell.setCellStyle(bodyStyle); - cell = row.createCell(8); cell.setCellValue( area.getFltElevMax() != null ? area.getFltElevMax() != 0D @@ -438,16 +431,16 @@ public class BasDosService { cell.setCellStyle(bodyStyle); } - cell = row.createCell(9); + cell = row.createCell(8); cell.setCellValue(area.getDtl() != null ? area.getDtl() : ""); cell.setCellStyle(bodyStyle); - cell = row.createCell(10); + cell = row.createCell(9); cell.setCellValue(plan.getPurpose() != null ? plan.getPurpose() : ""); cell.setCellStyle(bodyStyle); - cell = row.createCell(11); + cell = row.createCell(10); cell.setCellValue(area.getEra() != null ? area.getEra() : ""); cell.setCellStyle(bodyStyle); - cell = row.createCell(12); + cell = row.createCell(11); cell.setCellValue(area.getRm() != null ? area.getRm() : ""); cell.setCellStyle(lastBodyStyle); } diff --git a/pav-server/src/main/resources/templates/laanc/valid_document.html b/pav-server/src/main/resources/templates/laanc/valid_document.html index 84fa5323..809c43ae 100644 --- a/pav-server/src/main/resources/templates/laanc/valid_document.html +++ b/pav-server/src/main/resources/templates/laanc/valid_document.html @@ -40,7 +40,6 @@ 행정구역2 상세주소 반경
(m) - 신청고도
(m) 최고비행
해발고도(m) 비고 @@ -54,7 +53,6 @@ -