Skip to content

[ Fix ] - LOAN 지급 판정 공통화 및 INSTALLMENT 소비 집계 누락 수정 (#169) - #182

Merged
bigwaveBigwave merged 3 commits into
developfrom
feature/#169
Aug 19, 2026
Merged

[ Fix ] - LOAN 지급 판정 공통화 및 INSTALLMENT 소비 집계 누락 수정 (#169)#182
bigwaveBigwave merged 3 commits into
developfrom
feature/#169

Conversation

@KSBoscoKim

Copy link
Copy Markdown
Contributor

관련 이슈

작업 사항

  • LOAN 지급(신규·실행·증액) 판정
    • commonLoanDisbursementKeywords 단일 소스로 통합 (기존엔 Java·SQL 세 곳에 중복)
    • SQL은 <foreach> + REGEXP_REPLACE 기반 파라미터 바인딩으로 전환
  • INSTALLMENT(적금 납입) 소비 집계
    • out_amount 기준이라 항상 0원으로 잡히던 버그를 in_amount 기준으로 수정
    • TXN_ANALYSIS 유무와 무관하게 총소비·카테고리·고정지출에 결정적으로 반영
  • MonthlyExpenseMapper.xml의 stale 주석(LOAN은 TXN_ANALYSIS를 가질 수 없다는 전제) 수정

@bigwaveBigwave
bigwaveBigwave merged commit ea04c2a into develop Aug 19, 2026
2 checks passed
@hanjyoon01
hanjyoon01 deleted the feature/#169 branch August 19, 2026 06:07
@KSBoscoKim
KSBoscoKim restored the feature/#169 branch August 19, 2026 06:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ Bugfix ] #143/#148 정합성 정리 — LOAN 지급 판정 단일화 및 INSTALLMENT 소비 집계 누락 수정

4 participants