fix: 78645
体系搜索--弹窗中列表中的数据的默认排序未按需求文档中描述的进行排序
This commit is contained in:
+4
-1
@@ -51,6 +51,7 @@ import javax.servlet.http.HttpServletResponse;
|
||||
import java.io.IOException;
|
||||
import java.io.OutputStream;
|
||||
import java.util.*;
|
||||
import java.util.concurrent.atomic.AtomicInteger;
|
||||
import java.util.stream.Collectors;
|
||||
|
||||
/**
|
||||
@@ -251,7 +252,9 @@ public class SarMenuStandardNewServiceNewImpl extends ServiceImpl<SarMenuStandar
|
||||
sarMenuStandard.buildPathMap(pathMap, "");
|
||||
|
||||
// 为树设置systemSort
|
||||
SarMenuStandard.setSystemSort(sarMenuStandard, "");
|
||||
// SarMenuStandard.setSystemSort(sarMenuStandard, "");
|
||||
AtomicInteger currentNumber = new AtomicInteger(1);
|
||||
SarMenuStandard.setSystemSortDFS(sarMenuStandard, currentNumber);
|
||||
|
||||
// 国标外标标准状态字典
|
||||
List<TsDicType> gbStateDictList = dicItemService.selectAllDicTypeNameByDicCode("STANDSTATE");
|
||||
|
||||
Reference in New Issue
Block a user