This commit is contained in:
parent
6d582efa16
commit
3bdb16f8ef
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue