Skip to content

Commit

Permalink
update :: 이수 상태 description을 반환하도록 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
KimTaeO committed Jul 28, 2024
1 parent ce58bfc commit be211d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ class LectureServiceImpl(
student.user!!.name,
teacher.user!!.name,
teacher.user!!.phoneNumber,
registeredLecture.completeStatus.name
registeredLecture.completeStatus.description
).forEachIndexed { cellIdx, parameter ->
val cell = row.createCell(cellIdx)
cell.setCellValue(parameter)
Expand Down

0 comments on commit be211d4

Please sign in to comment.