|
@@ -86,8 +86,8 @@ public class ObeCourseRequirementReportServiceImpl extends ServiceImpl<ObeCourse
|
|
|
|
|
|
ObeCourseOutline obeCourseOutline = obeCourseOutlineService.getById(obeCourseOutlineId);
|
|
|
Objects.requireNonNull(obeCourseOutline, "课程大纲为空");
|
|
|
-// BasicCourse basicCourse = basicCourseService.getById(obeCourseOutline.getCourseId());
|
|
|
- BasicCourse basicCourse = basicCourseService.getById(510451155009015808L);
|
|
|
+ BasicCourse basicCourse = basicCourseService.getById(obeCourseOutline.getCourseId());
|
|
|
+// BasicCourse basicCourse = basicCourseService.getById(510451155009015808L);
|
|
|
Objects.requireNonNull(basicCourse, "科目信息为空");
|
|
|
for (CourseRequirementMatrixDto c : courseRequirementMatrixDtoList) {
|
|
|
if (Objects.equals(c.getCourseCode(), basicCourse.getCode())) {
|