智慧保安后台管理-外网
Administrator
2022-01-10 a2128bbba47602e6795f2667cf2948992f24bebe
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>();