From 52e885fb51cb7be323a996a08c8aeb9787865bb0 Mon Sep 17 00:00:00 2001 From: thkim Date: Wed, 13 Aug 2025 09:56:28 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=ED=95=B4=EB=8B=B9=20=EC=8B=9C=EC=B6=94?= =?UTF-8?q?=EA=B3=B5=20=EC=9E=85=EB=A0=A5=ED=8E=98=EC=9D=B4=EC=A7=80?= =?UTF-8?q?=EC=97=90=EC=84=9C=20=EB=AF=B8=EB=A6=AC=EB=B3=B4=EA=B8=B0=20?= =?UTF-8?q?=EC=8B=9C=20=ED=95=B4=EB=8B=B9=20=EC=8B=9C=EC=B6=94=EA=B3=B5?= =?UTF-8?q?=EB=A7=8C=20=EC=A6=89=EA=B0=81=EC=A0=81=EC=9C=BC=EB=A1=9C=20?= =?UTF-8?q?=ED=99=95=EC=9D=B8=ED=95=A0=20=EC=88=98=20=EC=9E=88=EB=8F=84?= =?UTF-8?q?=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/geoinfo/regi/common/CommonController.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/java/geoinfo/regi/common/CommonController.java b/src/main/java/geoinfo/regi/common/CommonController.java index fb05a9d4..9ca16fba 100644 --- a/src/main/java/geoinfo/regi/common/CommonController.java +++ b/src/main/java/geoinfo/regi/common/CommonController.java @@ -1238,6 +1238,10 @@ public class CommonController { String holeCode_ = (String)result.get("holecode"); String holeCodeSplit[] = holeCode_.split(","); + if( holeCode != null && holeCode.split(",").length == 1) { + // holeCode가 parameter로 넘어왔고 시추공 수가 한개라면 해당 시추공만 보여준다. + holeCodeSplit = holeCode.split(","); + } int holeCodeCnt = holeCodeSplit.length; for(int i=0; i