法规预警-查询代码调整
This commit is contained in:
+1
-3
@@ -134,6 +134,7 @@ public class LawsWarnService {
|
|||||||
List<SysDictItem> sysDictItems = sysDictItemServiceImpl.selectItemsAll();
|
List<SysDictItem> sysDictItems = sysDictItemServiceImpl.selectItemsAll();
|
||||||
List<OnlCgformField> onlCgformFieldListTemp = onlCgformFieldList.stream().filter(e -> fieldList.contains(e.getDbFieldName())).collect(Collectors.toList());
|
List<OnlCgformField> onlCgformFieldListTemp = onlCgformFieldList.stream().filter(e -> fieldList.contains(e.getDbFieldName())).collect(Collectors.toList());
|
||||||
List<Map> records = infoPage.getRecords();
|
List<Map> records = infoPage.getRecords();
|
||||||
|
this.disposeData(records,cut);
|
||||||
for (Map record : records) {
|
for (Map record : records) {
|
||||||
//处理标题
|
//处理标题
|
||||||
if(CutEnum.EN.getValue().equals(cut)){
|
if(CutEnum.EN.getValue().equals(cut)){
|
||||||
@@ -201,9 +202,6 @@ public class LawsWarnService {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
this.disposeData(records,cut);
|
|
||||||
|
|
||||||
return infoPage;
|
return infoPage;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user