From f2c2ffe2e8f76f348e07f21548e0ec30b778e7aa 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 10:20:58 +0900 Subject: [PATCH] =?UTF-8?q?Revert=20"=EB=B9=84=ED=96=89=EC=9D=B4=EB=A0=A5?= =?UTF-8?q?=20=ED=8E=98=EC=9D=B4=EC=A7=95,=20=ED=95=84=ED=84=B0=EC=9E=91?= =?UTF-8?q?=EC=97=85"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 8100ed4b7e8f97456875dc6556a94a5a28348c03. --- .../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 8b358b9..6f09bce 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) ) {