|
@@ -345,11 +345,13 @@ public class CourseInfoController {
|
|
|
param.clear();
|
|
param.clear();
|
|
|
param.put("mainIdList", oldChapterIdList);
|
|
param.put("mainIdList", oldChapterIdList);
|
|
|
param.put("chapterhourType", 0);
|
|
param.put("chapterhourType", 0);
|
|
|
|
|
+ param.put("infoType", "0");
|
|
|
//根据chapterhourType章节课时类型进行进一步区分
|
|
//根据chapterhourType章节课时类型进行进一步区分
|
|
|
List<CourseRelate> oldChapterRelateList=courseRelateService.wrapperList(param);
|
|
List<CourseRelate> oldChapterRelateList=courseRelateService.wrapperList(param);
|
|
|
param.clear();
|
|
param.clear();
|
|
|
param.put("mainIdList", oldClassHourIdList);
|
|
param.put("mainIdList", oldClassHourIdList);
|
|
|
param.put("chapterhourType", 1);
|
|
param.put("chapterhourType", 1);
|
|
|
|
|
+ param.put("infoType", "0");
|
|
|
List<CourseRelate> oldClassHourRelateList=courseRelateService.wrapperList(param);
|
|
List<CourseRelate> oldClassHourRelateList=courseRelateService.wrapperList(param);
|
|
|
|
|
|
|
|
//进行复制步骤
|
|
//进行复制步骤
|