智慧保安后台管理-外网项目备份
src/main/java/org/springblade/modules/securityapply/service/impl/SecurityApplyServiceImpl.java
@@ -101,7 +101,7 @@
                     ",securitynumber = " + "'" + user.getSecuritynumber() + "'" +
                     ",update_time = " + "'" + new SimpleDateFormat("yyyy-MM-dd HH:mm:dd").format(user.getUpdateTime()) + "'" +
                     " " + "where id = " + "'" + user.getId() + "'";
               myAsyncService.FTP(s1);
               myAsyncService.dataSync(s1);
            }
         }
      }