|
@@ -385,7 +385,7 @@ public class CourseSectionServiceImpl extends ServiceImpl<CourseSectionMapper, C
|
|
|
int i=10;
|
|
|
int Index = 0;
|
|
|
int total = 0; //节的总数
|
|
|
- Map<String,List<CourseChapterSectionImport>> map = new HashMap();
|
|
|
+ LinkedHashMap<String,List<CourseChapterSectionImport>> map = new LinkedHashMap();
|
|
|
for (CourseChapterSectionImport sectionImport : sectionList) {
|
|
|
if(Validator.isEmpty(sectionImport.getChapterName())){
|
|
|
// errorLog+="第"+ (Index)+"条:"+"节标题空白。\r\n";
|