From cf28e9992cb05efc608550d2037e968eea758975 Mon Sep 17 00:00:00 2001 From: Administrator <admin> Date: Tue, 21 Jun 2022 14:06:37 +0800 Subject: [PATCH] 制证批量审批修改 --- 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