Skip to content

Commit 11b1159

Browse files
authored
Merge pull request #139 from Money-Touch/fix/#136
2 parents 653773b + cac58d9 commit 11b1159

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/server/money_touch/domain/routine/converter/RoutineConverter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ public static Routine toRoutine(User user, Budget budget, RoutineRequest.Routine
1717
return Routine.builder()
1818
.user(user)
1919
.budget(budget)
20+
.routineTotalAmount(routineCreateDTO.getTotalBudget())
2021
.routineName(routineCreateDTO.getRoutineName())
2122
.routineImageUrl(routineCreateDTO.getRoutineImgUrl())
2223
.createdMonth(createdMonth)

0 commit comments

Comments
 (0)