| | |
| | | // ExamPaper paper = examPaperService.getById(examScore.getExamId()); |
| | | // if (paper.getExamType() == 1) { |
| | | //如果已有保安证编号,不更新用户信息 |
| | | if (null == user1.getSecuritynumber() || user1.getSecuritynumber().equals("")) { |
| | | // if (null == user1.getSecuritynumber() || user1.getSecuritynumber().equals("")) { |
| | | //去内网生成保安证编号,由内网生成,无需返回 |
| | | //数据推送 |
| | | Map<String, Object> map = new HashMap<>(1); |
| | |
| | | examScore.setApplyId(examScore1.getApplyId()); |
| | | map.put("key",examScore); |
| | | myAsyncService.FTPSecurityNumberBit(map); |
| | | } |
| | | // } |
| | | } else { |
| | | //不合格 |
| | | examScore.setQualified(1); |