src/main/java/org/springblade/modules/apply/controller/ApplyController.java
@@ -634,7 +634,7 @@ applyService.updateById(apply); String s1 = "update sys_apply set exam_id = " + apply.getExamId() + "candidate_no = " + "'" + apply.getCandidateNo() + "'" + "update sys_apply set exam_id = " + apply.getExamId() + ",candidate_no = " + "'" + apply.getCandidateNo() + "'" + " " +"where id = " + "'" + apply.getId() + "'"; FtpUtil.sqlFileUpload(s1); });