tangzy
2021-08-25 2063a93b5f7d4837e0dfd7c2c3c936af8419700f
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);
            });