|
|
|
@ -201,7 +201,7 @@ public class UniversitiesCollegesJurisdictionCurriculumResourcesService extends
|
|
|
|
|
Map<String,Object> map = new HashMap<>();
|
|
|
|
|
map.put("courseName",item.getCourseInfoName());
|
|
|
|
|
map.put("courseId",item.getCourseInfoId());
|
|
|
|
|
map.put("courseType",0);
|
|
|
|
|
map.put("courseType",1);
|
|
|
|
|
theoryCourseList.add(map);
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
@ -213,7 +213,7 @@ public class UniversitiesCollegesJurisdictionCurriculumResourcesService extends
|
|
|
|
|
Map<String,Object> map = new HashMap<>();
|
|
|
|
|
map.put("courseName",item.getTeacherOpenCourseTitle());
|
|
|
|
|
map.put("courseId",item.getTeacherOpenCourseId());
|
|
|
|
|
map.put("courseType",1);
|
|
|
|
|
map.put("courseType",0);
|
|
|
|
|
theoryCourseList.add(map);
|
|
|
|
|
});
|
|
|
|
|
authDetailsVO.setTheoryAddOpenCourseList(theoryCourseList);
|
|
|
|
|