Skip to content

Commit

Permalink
fix : 지출 응답 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ehBeak committed Dec 7, 2023
1 parent 87efedd commit a46ad40
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ public List<DailyExpenseCommand> findDailyExpenses(Long householdId, LocalDate d
expenseJpaEntity.expenseId,
expenseJpaEntity.expenseAmount,
expenseJpaEntity.expenseStore,
expenseJpaEntity.expenseCategory
expenseJpaEntity.expenseCategory,
expenseJpaEntity.expenseDate
)
)
);
Expand Down

0 comments on commit a46ad40

Please sign in to comment.