Skip to content

Commit

Permalink
fix: 최종심사결과보고서 학과 정보 누락 수정 (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
hynseok authored May 3, 2024
1 parent 12ff55e commit ea343a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/modules/reviews/reviews.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1095,6 +1095,7 @@ export class ReviewsService {
) {
// 심사 완료일 경우에만 파일 업데이트임
replacer = {
$학과: foundReview.thesisInfo.process.student.department.name,
$학번: foundReview.thesisInfo.process.student.loginId,
$이름: foundReview.thesisInfo.process.student.name,
$논문제목: foundReview.thesisInfo.title,
Expand Down Expand Up @@ -1148,6 +1149,7 @@ export class ReviewsService {
) {
// 심사 완료일 경우에만 파일 업데이트임
replacer = {
$학과: foundReview.thesisInfo.process.student.department.name,
$학번: foundReview.thesisInfo.process.student.loginId,
$이름: foundReview.thesisInfo.process.student.name,
$논문제목: foundReview.thesisInfo.title,
Expand Down

0 comments on commit ea343a9

Please sign in to comment.