Skip to content

Commit c2d3246

Browse files
committed
fix: 652
Merged PR 214: MeseContestazione DESC ContestazioniCalendario Related work items: #652
1 parent 85615cf commit c2d3246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Infrastructure/PortaleFatture.BE.Infrastructure/Common/SEND/Scadenziari/Queries/Persistence/Builder/CalendarioContestazioneSQLBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ public static string SelectAll()
5656
public static string OrderBy()
5757
{
5858
CalendarioContestazione? @obj = null;
59-
return $" ORDER BY {nameof(@obj.AnnoContestazione).GetColumn<CalendarioContestazione>()} DESC, {nameof(@obj.MeseContestazione).GetColumn<CalendarioContestazione>()}";
59+
return $" ORDER BY {nameof(@obj.AnnoContestazione).GetColumn<CalendarioContestazione>()} DESC, {nameof(@obj.MeseContestazione).GetColumn<CalendarioContestazione>()} DESC";
6060
}
6161
}

0 commit comments

Comments
 (0)