Skip to content

Commit

Permalink
delete :: update할 객체 인스턴스 생성 시 createdAt 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
KimTaeO committed Oct 21, 2023
1 parent 4382c48 commit 68da549
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ class StudentActivityServiceImpl(
content = request.content,
credit = request.credit,
activityDate = request.activityDate,
createdAt = studentActivity.createdAt,
approveStatus = ApproveStatus.PENDING,
student = studentActivity.student,
teacher = studentActivity.teacher,
Expand Down

0 comments on commit 68da549

Please sign in to comment.