Skip to content

Conversation

@lilloo04
Copy link
Member

@lilloo04 lilloo04 commented Sep 19, 2025

📌 연관 이슈

🌱 PR 요약

  • 지역 매핑 에러 수정 및 DTO/서비스 코드 카멜케이스 정리

🛠 작업 내용

  • DTO 필드명 수정
    • KorService2Response.LocationBasedListResponseDto
    • areacode → areaCode
    • sigungucode → sigunguCode
    • XML 매핑을 위해 @JacksonXmlProperty 추가
  • 서비스 코드 수정
    • TatsCnctrService에서 모든 getter 호출을 카멜케이스 메서드명으로 변경
    • req.getAreacode() → req.getAreaCode()
    • req.getSigungucode() → req.getSigunguCode()
  • 결과
    • API 입력 파라미터 areaCode / sigunguCode가 DB 컬럼 kor_area_code / kor_sigungu_code와 올바르게 매핑되어 지역 조회 오류가 해결됨

📸 상세 이미지

@lilloo04 lilloo04 requested a review from kimssirr September 19, 2025 04:40
@lilloo04 lilloo04 self-assigned this Sep 19, 2025
@lilloo04 lilloo04 merged commit bf8bd06 into dev Sep 19, 2025
1 check passed
@lilloo04 lilloo04 deleted the fix/#96 branch December 10, 2025 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: 지역 코드 매핑 이슈

2 participants