tangzy
2021-08-27 101f195393cbe59e7952163d08c82c1f3a3b0921
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);
            });