기업사용자 시추공정보 입력시 좌표 행정구역 인식 처리 보완

main
유지인 2026-06-17 19:04:57 +09:00
parent 6b12f9a217
commit 4d74da77f4
1 changed files with 1 additions and 1 deletions

View File

@ -1554,7 +1554,7 @@ public class HeaderController {
if(checkResults != null && checkResults.size() > 0) { if(checkResults != null && checkResults.size() > 0) {
EgovMap checkResult = checkResults.get(0); EgovMap checkResult = checkResults.get(0);
String relatio = (String) checkResult.get("relatio"); String relatio = (String) checkResult.get("relatio");
if( relatio.equals("CONTAINS")) { if( relatio.equals("CONTAINS") || relatio.equals("TOUCH")) {
resultKey = "Success"; resultKey = "Success";
} }
} }