| | |
| | | examScore.setQualified(1); |
| | | } |
| | | //修改成绩数据 |
| | | // int i = baseMapper.updateById(examScore); |
| | | int i = baseMapper.updateById(examScore); |
| | | |
| | | String s1 = |
| | | "update exam_score set exam_id = " + examScore.getExamId() + |
| | |
| | | //FtpUtil.sqlFileUpload(s1); |
| | | myAsyncService.FTP(s1); |
| | | |
| | | // if (i > 0) { |
| | | if (i > 0) { |
| | | //返回结果 |
| | | return true; |
| | | // } |
| | | } |
| | | } |
| | | //返回结果 |
| | | return false; |
| | |
| | | // //去生成保安证编号 |
| | | // String pre = SecurityPaperUtil.getSecurityPaper(); |
| | | // //查询当前年份已有的保安证编号 |
| | | //// int count = userService.getSecurityPaperCount(pre); |
| | | // int count = userService.getSecurityPaperCount(pre); |
| | | // //需调用内网查询 |
| | | // //生成随机数 |
| | | // String uuid = UUID.randomUUID().toString(); |