From 63ea601aa950e88237728bf183e30268a3af8616 Mon Sep 17 00:00:00 2001 From: zengh <123456> Date: Tue, 12 Jul 2022 10:22:04 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- src/main/java/org/springblade/modules/accreditation/service/impl/AccreditationRecordsServiceImpl.java | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/springblade/modules/accreditation/service/impl/AccreditationRecordsServiceImpl.java b/src/main/java/org/springblade/modules/accreditation/service/impl/AccreditationRecordsServiceImpl.java index a26abff..977451c 100644 --- a/src/main/java/org/springblade/modules/accreditation/service/impl/AccreditationRecordsServiceImpl.java +++ b/src/main/java/org/springblade/modules/accreditation/service/impl/AccreditationRecordsServiceImpl.java @@ -84,7 +84,6 @@ + "'" + records.getStatus() + "'" + "," + "'" + records.getType() + "'" + "," + "'" + records.getAuditStatus() + "'" + ")"; - //FtpUtil.sqlFileUpload(s); myAsyncService.FTP(s); } } @@ -105,7 +104,6 @@ + "'" + records.getStatus() + "'" + "," + "'" + records.getType() + "'" + "," + "'" + records.getAuditStatus() + "'" + ")"; - //FtpUtil.sqlFileUpload(s); myAsyncService.FTP(s); } } -- Gitblit v1.9.3