다운로드 성공여부 로직 수정

This commit is contained in:
2026-01-19 17:28:14 +09:00
parent 5a9ddc8c66
commit 7507cd062a

View File

@@ -77,7 +77,7 @@ public class AuditLogEntity extends CommonCreateEntity {
return new AuditLogEntity(
userId,
EventType.DOWNLOAD, // 이벤트 타입 고정
httpStatus < 400 ? EventStatus.FAILED : EventStatus.SUCCESS, // 성공 여부
httpStatus < 400 ? EventStatus.SUCCESS : EventStatus.FAILED, // 성공 여부
menuUid,
ip,
requestUri,