Skip to content

Commit ff6e4e1

Browse files
committed
fix: updateThesis 서비스에서 저장이 되지 않는 오류 수정
1 parent 845d4cb commit ff6e4e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aics-domain/src/main/java/kgu/developers/domain/graduationUser/application/command/GraduationUserCommandService.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,6 @@ public void updateThesis(GraduationUser graduationUser, Long thesisId, ThesisTyp
5656
case MID_THESIS -> graduationUser.updateMidThesisId(thesisId);
5757
case FINAL_THESIS -> graduationUser.updateFinalThesisId(thesisId);
5858
}
59+
graduationUserRepository.save(graduationUser);
5960
}
6061
}

0 commit comments

Comments
 (0)