From 109d94c5a1ccb28635fe6422e834b386b9b4784e Mon Sep 17 00:00:00 2001 From: liyawei Date: Mon, 27 Jun 2022 17:22:56 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A4=E8=AF=81-=E5=8F=82=E6=95=B0=E9=A1=B9-?= =?UTF-8?q?bug54771?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cert/template/service/impl/ParamsInfoEOServiceImpl.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jero-boot/jero-boot-module-certification/src/main/java/com/jero/modules/cert/template/service/impl/ParamsInfoEOServiceImpl.java b/jero-boot/jero-boot-module-certification/src/main/java/com/jero/modules/cert/template/service/impl/ParamsInfoEOServiceImpl.java index 8bd17b077..c535ba5d4 100644 --- a/jero-boot/jero-boot-module-certification/src/main/java/com/jero/modules/cert/template/service/impl/ParamsInfoEOServiceImpl.java +++ b/jero-boot/jero-boot-module-certification/src/main/java/com/jero/modules/cert/template/service/impl/ParamsInfoEOServiceImpl.java @@ -299,7 +299,6 @@ public class ParamsInfoEOServiceImpl extends ServiceImpl sysDictItemList = sysDictItemService.selectItemsByDictCode("cert_category"); - sysDictItemList.sort(Comparator.comparing(SysDictItem::getSortOrder)); // 升序 Map certCategoryMap = new HashMap<>(); if (CutEnum.CN.getValue().equals(cut)) { certCategoryMap = sysDictItemList.stream().collect(Collectors.toMap(c -> c.getItemValue(), c -> c.getItemText())); @@ -319,7 +318,7 @@ public class ParamsInfoEOServiceImpl extends ServiceImpl