手册排序字段调整
This commit is contained in:
parent
5d5f3a0533
commit
64e0b8fc81
Binary file not shown.
Binary file not shown.
@ -692,7 +692,7 @@ public class Report1Gener {
|
||||
JSONArray support_files = new JSONArray(); //组织职责Table
|
||||
List<DesignerShapeRelationModel> relationList = DesignerShapeRelationCache.getListByAttrId(repositoryModel.getId(), "", "support_files");
|
||||
|
||||
relationList.sort(Comparator.comparing(DesignerShapeRelationModel::getRelationShapeText));
|
||||
relationList.sort(Comparator.comparing(DesignerShapeRelationModel::getShapeText));
|
||||
|
||||
int index = 0;
|
||||
for (DesignerShapeRelationModel relation : relationList) {
|
||||
@ -713,7 +713,7 @@ public class Report1Gener {
|
||||
List<DesignerShapeRelationModel> relationList2 = DesignerShapeRelationCache.getListByAttrId(repositoryModel.getId(), "", "related_files");
|
||||
|
||||
|
||||
relationList2.sort(Comparator.comparing(DesignerShapeRelationModel::getRelationShapeText));
|
||||
relationList2.sort(Comparator.comparing(DesignerShapeRelationModel::getShapeText));
|
||||
|
||||
int count = 0;
|
||||
for (DesignerShapeRelationModel relation : relationList2) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user