|
@@ -106,9 +106,6 @@ public class ObeCourseWeightServiceImpl extends ServiceImpl<ObeCourseWeightMappe
|
|
|
enable = obeCourseWeight.getEnable();
|
|
|
weight = obeCourseWeight.getWeight();
|
|
|
targetScore = obeCourseWeight.getTargetScore();
|
|
|
- } else if (CourseEvaluationTypeEnum.DEFAULT.equals(obeCourseEvaluationResult.getType())) {
|
|
|
- enable = true;
|
|
|
- weight = new BigDecimal(100);
|
|
|
}
|
|
|
CourseWeightDetailDto detail = new CourseWeightDetailDto();
|
|
|
detail.setEvaluationId(evaluationId);
|