1
0
chenendian 13 часов назад
Родитель
Сommit
ab800022f8

+ 2 - 2
siwei-modules/siwei-apply/src/main/java/com/siwei/apply/service/cadastre/impl/BatchServiceImpl.java

@@ -140,7 +140,7 @@ public class BatchServiceImpl{
                     }));
         }
 
-        Set<String> yearSet = new LinkedHashSet<>();
+        Set<String> yearSet = new TreeSet<>();
         if(MapUtils.isNotEmpty(groupedSingleBatch)) {
             yearSet.addAll(groupedSingleBatch.keySet());
         }
@@ -357,7 +357,7 @@ public class BatchServiceImpl{
                     }));
         }
 
-        Set<String> yearSet = new LinkedHashSet<>();
+        Set<String> yearSet = new TreeSet<>();
         if(MapUtils.isNotEmpty(groupedSingleBatch)) {
             yearSet.addAll(groupedSingleBatch.keySet());
         }