refactor: herb_item_tags를 ingredient_code 기반으로 개선

- herb_id 대신 ingredient_code 사용 (더 직관적)
- 복잡한 JOIN 체인 제거
  Before: items → products → masters → extended → tags (5단계)
  After:  items → products → tags (3단계)
- 성능 개선 및 코드 가독성 향상
- 모든 API 정상 작동 확인
This commit is contained in:
2026-02-17 03:20:35 +00:00
parent 13b56bc1e9
commit 28991c5743
5 changed files with 2878 additions and 11 deletions

File diff suppressed because it is too large Load Diff