|
@@ -148,12 +148,6 @@ public class CourseWeightServiceImpl extends ServiceImpl<CourseWeightMapper, Cou
|
|
return result;
|
|
return result;
|
|
}
|
|
}
|
|
|
|
|
|
- @Override
|
|
|
|
- public CourseWeightResult findCourseWeight(Long examId, String courseCode, Long teacherId) {
|
|
|
|
- return this.findCourseWeight(
|
|
|
|
- teachCourseService.findByExamIdCourseCodeAndUserId(examId, courseCode, teacherId).getId());
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
@Override
|
|
@Override
|
|
public CourseWeightResult findCourseWeightReport(Long teachCourseId) {
|
|
public CourseWeightResult findCourseWeightReport(Long teachCourseId) {
|
|
TeachCourse teachCourse = teachCourseService.getById(teachCourseId);
|
|
TeachCourse teachCourse = teachCourseService.getById(teachCourseId);
|