Files
telegram-bot-workers/src
kappa 8a404fe75b fix: 입금자명 매칭 시 앞 7글자만 비교
은행 SMS는 입금자명을 7글자까지만 표시하므로,
매칭 시 SUBSTR(depositor_name, 1, 7)로 비교하도록 수정

- deposit-agent.ts: 사용자 입력 → bank_notifications 검색
- index.ts: SMS 수신 → deposit_transactions 검색
- CLAUDE.md: 매칭 로직 문서화

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-19 10:46:23 +09:00
..