etreschenkov 2025-12-11 12:37:13 +03:00
parent 6d582efa16
commit 3bdb16f8ef

View file

@ -15,7 +15,7 @@ public class ReportListPackageStatusComparator {
try { try {
Status status = Status.valueOf(str); Status status = Status.valueOf(str);
return switch (status) { return switch (status) {
case ON_MONITORING -> 1; case ON_MONITORING, PROCESSING_REPEATED -> 1;
default -> -1; default -> -1;
}; };
} catch (Throwable e) { } catch (Throwable e) {