Skip to content

Commit

Permalink
Merge pull request #159 from Hanaro-trip-together-bank/feature/dues_paid
Browse files Browse the repository at this point in the history
fix: 환율알림 notified추가
  • Loading branch information
ny2060 authored Jun 10, 2024
2 parents 8601cb2 + eaf5586 commit 8981ab4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ public ExchangeRateAlarm toEntity(Member member, ExchangeRate exchangeRate) {
.member(member)
.exchangeRate(exchangeRate)
.rateType(rateAlarmType)
.notified(false)
.curRate(BigDecimalConverter.convertStringToBigDecimal(curRate)).build();
}

Expand Down

0 comments on commit 8981ab4

Please sign in to comment.