기업사용자 시추공정보 입력시 좌표 행정구역 인식 처리 보완
parent
6b12f9a217
commit
4d74da77f4
|
|
@ -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";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue