Skip to content

Commit

Permalink
feat/#39: 레슨 로그 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Gyuhyeok99 committed Dec 13, 2024
1 parent 51c8f57 commit 6789407
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,9 @@ public Page<SearchTutorApplicationResponse> getTutorApplication(User user, Integ
Lesson lesson = lessonJpaRepository.findByApplicationGroupIdAndState(applicationGroup.getId(), ACTIVE)
.orElse(null);

log.info("!!!!!!!!!!!!!!!!1lesson: {}", lesson.getId());
log.info("lesson: {}", lesson.getId());
log.info("lesson: {}", lesson.getId());
// SearchTutorApplicationResponse 생성
return tutorMapper.toSearchTutorApplicationResponse(
applicationGroup,
Expand Down

0 comments on commit 6789407

Please sign in to comment.