Skip to content

Commit 9cddcea

Browse files
committed
fix: 수업의 회차를 나타내도록 수정
1 parent aa4842b commit 9cddcea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/tnt/application/pt/PtService.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public GetPtLessonsOnDateResponse getPtLessonsOnDate(Long memberId, LocalDate da
130130

131131
return new Lesson(String.valueOf(ptLesson.getId()),
132132
String.valueOf(trainee.getId()), trainee.getMember().getName(),
133-
trainee.getMember().getProfileImageUrl(), ptTrainerTrainee.getCurrentPtSession(),
133+
trainee.getMember().getProfileImageUrl(), ptLesson.getSession(),
134134
ptLesson.getLessonStart(), ptLesson.getLessonEnd(), ptLesson.getIsCompleted());
135135
}).toList();
136136

0 commit comments

Comments
 (0)