Skip to content

Commit fd06c7e

Browse files
authored
Fix quick reports attachments export (#948)
1 parent 52e6d19 commit fd06c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/Vote.Monitor.Hangfire/Jobs/Export/QuickReports/ExportQuickReportsJob.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ private async Task<List<QuickReportModel>> GetQuickReports(Guid electionRoundId,
118118
'UploadedFileName',
119119
"UploadedFileName",
120120
'TimeSubmitted',
121-
COALESCE("LastModifiedOn", "CreatedOn")
121+
QRA."LastUpdatedAt"
122122
)
123123
)
124124
FROM

0 commit comments

Comments
 (0)