src/main/java/org/springblade/modules/experience/controller/ExperienceController.java
@@ -165,7 +165,7 @@ + ",securityId = " + "'" + experience.getSecurityid() + "'" + " " + "where id = " + "'" + experience.getId() + "'"; //FtpUtil.sqlFileUpload(s1); myAsyncService.FTP(s1); myAsyncService.dataSync(s1); }else { //新增 @@ -191,7 +191,7 @@ "," + "'" + experience.getSecurityid() + "'" + ")"; //FtpUtil.sqlFileUpload(s); myAsyncService.FTP(s); myAsyncService.dataSync(s); } return R.status(status); }