Commit 71372eb
fix: 할인 알림 가격 비교 시 할인가 기준으로 변경
- PriceAlertService: targetPrice 계산 시 getEffectivePrice() 사용
- PriceAlertScheduler: currentPrice 비교 시 getEffectivePrice() 사용
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 32c318e commit 71372eb
File tree
2 files changed
+3
-3
lines changed- src/main/java/com/ongil/backend/domain/pricealert
- scheduler
- service
2 files changed
+3
-3
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
| 46 | + | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments