xiaof 3 жил өмнө
parent
commit
3cd96f31fd

+ 1 - 0
distributed-print-business/src/main/java/com/qmth/distributed/print/business/util/CreatePdfUtil.java

@@ -590,6 +590,7 @@ public class CreatePdfUtil {
                 exposedPaperTypesList.remove(paperRandom);
             }
         }
+        finalTypes = finalTypes.stream().sorted(Comparator.comparing(String::valueOf)).collect(Collectors.toList());
         return String.join(",", finalTypes);
     }