Explorar el Código

우편번호 빌딩주소 수정

jsh77b hace 5 años
padre
commit
4a5a156900
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/main/webapp/WEB-INF/views/common/fragments/footer.html

+ 1 - 1
src/main/webapp/WEB-INF/views/common/fragments/footer.html

@@ -45,7 +45,7 @@ let cfnGetDaumRoadAddr = function(data) {
 	}
 
 	// 건물명이 있고, 공동주택일 경우 추가한다.
-	if (data.buildingName !== '' && data.apartment === 'Y') {
+	if (data.buildingName !== '') {
 		extraRoadAddr += (extraRoadAddr !== '' ? ', ' + data.buildingName : data.buildingName);
 	}