Merge remote-tracking branch 'origin/feat/infer_dev_260107' into feat/infer_dev_260107

This commit is contained in:
2026-01-19 17:28:29 +09:00

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,