Commit 4f1693e2 authored by chenzhao's avatar chenzhao

修改代码

parent fed7ba69
...@@ -323,7 +323,7 @@ public class JyjcInspectionApplicationServiceImpl extends BaseService<JyjcInspec ...@@ -323,7 +323,7 @@ public class JyjcInspectionApplicationServiceImpl extends BaseService<JyjcInspec
List<JSONObject> records = response.getResult().getRecords(); List<JSONObject> records = response.getResult().getRecords();
ArrayList<Map<String, Object>> arrayList = new ArrayList<>(); ArrayList<Map<String, Object>> arrayList = new ArrayList<>();
records.forEach(item -> { records.forEach(item -> {
item.remove("SEQUENCE_NBR"); // item.remove("SEQUENCE_NBR");
HashMap<String, Object> objectHashMap = new HashMap<>(); HashMap<String, Object> objectHashMap = new HashMap<>();
for (Map.Entry<String, Object> stringObjectEntry : item.entrySet()) { for (Map.Entry<String, Object> stringObjectEntry : item.entrySet()) {
objectHashMap.put(stringObjectEntry.getKey(), stringObjectEntry.getValue()); objectHashMap.put(stringObjectEntry.getKey(), stringObjectEntry.getValue());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment