src/main/java/org/springblade/modules/equipage/controller/fixed.java
@@ -61,6 +61,7 @@ params.put("acc", equipmentCode); String res = null; res = HttpReqUtil.getInstance().doPost(url, params, null); System.out.println("res = " + res); JSONArray jsonArray = JSONArray.fromObject(res); JSONArray sortedJsonArray = new JSONArray(); List<JSONObject> jsonValues = new ArrayList<JSONObject>();