智慧保安后台管理-外网项目备份
src/main/java/org/springblade/modules/equipage/controller/fixed.java
@@ -228,6 +228,8 @@
            res = HttpReqUtil.getInstance().doPost(url, params, null);
            String a = "[" + res + "]";
            JSONArray jsonArray = JSONArray.fromObject(a);
            String code = jsonArray.getJSONObject(0).get("code").toString();
            if (Integer.parseInt(code)==200) {
            String data = jsonArray.getJSONObject(0).get("data").toString();
            String b = "[" + data + "]";
            JSONArray jsonArrayb = JSONArray.fromObject(b);
@@ -273,6 +275,7 @@
                     " " + "where id = " + "'" + liveLocationInfo.getId() + "'";
               FtpUtil.sqlFileUpload(s1);
            }
            }
         } catch (Exception e) {
            e.printStackTrace();
         }