feat: 体系搜索列表支持顺序号正序排序,年代号倒叙排序
This commit is contained in:
+1
-1
@@ -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()));
|
||||
}
|
||||
|
||||
// 手动分页
|
||||
|
||||
Reference in New Issue
Block a user