|
@@ -35,13 +35,13 @@ public class ExamStudentCloudServiceProvider extends ControllerSupport
|
|
ExamStudentCloudService {
|
|
ExamStudentCloudService {
|
|
|
|
|
|
@Autowired
|
|
@Autowired
|
|
- ExamStudentService examStudentService;
|
|
|
|
|
|
+ OrgCloudService orgCloudService;
|
|
|
|
|
|
@Autowired
|
|
@Autowired
|
|
- ExamStudentRepo examStudentRepo;
|
|
|
|
|
|
+ ExamStudentService examStudentService;
|
|
|
|
|
|
@Autowired
|
|
@Autowired
|
|
- OrgCloudService orgCloudService;
|
|
|
|
|
|
+ ExamStudentRepo examStudentRepo;
|
|
|
|
|
|
@Override
|
|
@Override
|
|
public void saveExamStudent(SaveExamStudentReq req) {
|
|
public void saveExamStudent(SaveExamStudentReq req) {
|