feat: 体系搜索列表支持顺序号正序排序,年代号倒叙排序

This commit is contained in:
2023-12-05 22:43:00 +08:00
parent e2fff404d5
commit 2773657f7b
@@ -336,7 +336,7 @@ public class SarMenuStandardNewServiceNewImpl extends ServiceImpl<SarMenuStandar
.thenComparingInt(StandSystemDTO::getStandTypeSort)
.thenComparingInt(StandSystemDTO::getStandCategorySort)
.thenComparing(StandSystemDTO::getStandNumber)
.thenComparing(StandSystemDTO::getYearNumber));
.thenComparing(StandSystemDTO::getYearNumber, Comparator.reverseOrder()));
}
// 手动分页