|
@@ -34,12 +34,8 @@ public class ExamRegistrationServiceImpl extends BaseServiceImpl<Long, ExamRegis
|
|
|
@Autowired
|
|
|
private StudentDao studentDao;
|
|
|
@Autowired
|
|
|
- private ExamCertificationDao examCertificationDao;
|
|
|
- @Autowired
|
|
|
private ExaminationBasicDao examinationBasicDao;
|
|
|
@Autowired
|
|
|
- private SysUserDao sysUserDao;
|
|
|
- @Autowired
|
|
|
private OrganizationService organizationService;
|
|
|
@Autowired
|
|
|
private PayService payService;
|