From 3313278404a469d4d9f4608d2cb9d5792eb0cf75 Mon Sep 17 00:00:00 2001 From: Administrator <admin> Date: Mon, 20 Jun 2022 16:55:42 +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