智慧保安后台管理-外网项目备份
src/main/java/org/springblade/modules/recordk/controller/RecordkController.java
@@ -182,7 +182,7 @@
      String s1 = "update sys_recordk set type = " + "'" + 0 + "'" + ",approve = " + "'" + recordk.getApprove() + "'" +
         " " + "where id = " + "'" + recordk.getId() + "'";
      //FtpUtil.sqlFileUpload(s1);
      myAsyncService.FTP(s1);
      myAsyncService.dataSync(s1);
      return R.status(b);
   }