Skip to content

Commit

Permalink
[hotfix] chore: 버그 해결용 출력문 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
elive7 committed Jan 8, 2025
1 parent b86982b commit 14e40c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/recordy/server/report/domain/Report.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ public static Report create(ReportCreate create) {
}

public void resolve(ApprovalStatus approvalStatus) {
System.out.println("real approvalStatus = " + approvalStatus);
this.approvalStatus = approvalStatus;
if (approvalStatus == ApprovalStatus.APPROVED) {
record.block();
Expand Down

0 comments on commit 14e40c2

Please sign in to comment.