| | |
| | | * @return |
| | | */ |
| | | List<ApplyInfoExcel> getTrainingRegistrationExcelList(TrainingRegistrationVo trainingRegistration); |
| | | |
| | | /** |
| | | * 培训考试清册导入 |
| | | * @param data |
| | | * @param isCovered |
| | | */ |
| | | void importTrainingRegistration(List<ApplyInfoExcel> data, Boolean isCovered); |
| | | |
| | | /** |
| | | * 查询准考证前缀相同的数量 |
| | | * @param result |
| | | * @return |
| | | */ |
| | | int getCandidateNoCount(String result); |
| | | |
| | | /** |
| | | * 查询培训报名信息 |
| | | * @param trainingRegistration 培训报名对象信息 |
| | | * @return |
| | | */ |
| | | Integer getTrainingRegistrationInfo(TrainingRegistration trainingRegistration); |
| | | |
| | | /** |
| | | * 查询已报名培训公司未关联考试的人员 |
| | | * @return |
| | | */ |
| | | List<Long> getTrainIds(); |
| | | } |