|
@@ -48,8 +48,6 @@ public class ExamReviewServiceImpl extends BaseServiceImpl<Long, ExamReview> imp
|
|
private ExamRoomStudentRelationService examRoomStudentRelationService;
|
|
private ExamRoomStudentRelationService examRoomStudentRelationService;
|
|
@Autowired
|
|
@Autowired
|
|
private SysUserDao sysUserDao;
|
|
private SysUserDao sysUserDao;
|
|
- @Autowired
|
|
|
|
- private ExamRoomDao examRoomDao;
|
|
|
|
|
|
|
|
@Override
|
|
@Override
|
|
public BaseDAO<Long, ExamReview> getDAO() {
|
|
public BaseDAO<Long, ExamReview> getDAO() {
|