|
|
|
@ -174,9 +174,10 @@ public class UniversitiesCollegesJurisdictionCurriculumResourcesService extends
|
|
|
|
|
// 超管
|
|
|
|
|
if (orgId == 1) {
|
|
|
|
|
CourseInfoQuery courseInfoQuery = new CourseInfoQuery();
|
|
|
|
|
courseInfoQuery.setCourseLabelType("理论课程类,应用课程类,考证课程类");
|
|
|
|
|
courseInfoQuery.setCourseLabelTypes("理论课程类,应用课程类,考证课程类");
|
|
|
|
|
courseInfoQuery.setCourseInfoStatus(1);
|
|
|
|
|
List<CourseInfo> courseInfoList = sqlManager.getMapper(CourseInfoDao.class).getCourseInfoValues(courseInfoQuery);
|
|
|
|
|
courseInfoQuery.setCourseInfoType(1);
|
|
|
|
|
List<CourseInfo> courseInfoList = sqlManager.getMapper(CourseInfoDao.class).getValuesQuery(courseInfoQuery);
|
|
|
|
|
Map<String, List<CourseInfo>> stringListMap = courseInfoList.stream().collect(groupingBy(CourseInfo::getCourseLabelType));
|
|
|
|
|
|
|
|
|
|
ResourcesCourseInfoAuthDetailsVO authDetailsVO = new ResourcesCourseInfoAuthDetailsVO();
|
|
|
|
|