From d18263f174cb19709ff502ab2d14332a3e411d42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?qkr7828=28=EB=B0=95=EC=9E=AC=EC=9A=B0=29?= <박재우@DESKTOP-EF7ECBO> Date: Wed, 12 Oct 2022 11:35:40 +0900 Subject: [PATCH] =?UTF-8?q?Revert=20"Revert=20"=EB=B9=84=ED=96=89=EC=9D=B4?= =?UTF-8?q?=EB=A0=A5=20=ED=8E=98=EC=9D=B4=EC=A7=95,=20=ED=95=84=ED=84=B0?= =?UTF-8?q?=EC=9E=91=EC=97=85""?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit f2c2ffe2e8f76f348e07f21548e0ec30b778e7aa. --- .../biz/api/anls/hstry/controller/AnlsHstryController.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/palnet/biz/api/anls/hstry/controller/AnlsHstryController.java b/src/main/java/com/palnet/biz/api/anls/hstry/controller/AnlsHstryController.java index 6f09bce..8b358b9 100644 --- a/src/main/java/com/palnet/biz/api/anls/hstry/controller/AnlsHstryController.java +++ b/src/main/java/com/palnet/biz/api/anls/hstry/controller/AnlsHstryController.java @@ -45,8 +45,8 @@ public class AnlsHstryController { @ApiOperation(value = "비행 현황 목록 출력") @Tag(name = "비행 이력 현황", description = "비행 이력 현황 관련 API") public ResponseEntity list(AnlsHstryGroupModel rq) { - List rs = null; - ComnPagingRs response; + List rs = null; + ComnPagingRs response; //입력값 검증 if(rq.getStDate() == null || !(rq.getStDate().length() == 10) || rq.getEndDate() ==null || !(rq.getEndDate().length() == 10) ) {