소스 검색

业务层次过滤

he2802 3 년 전
부모
커밋
0f0c666543
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      zhongzheng-system/src/main/java/com/zhongzheng/modules/course/service/impl/CourseSectionServiceImpl.java

+ 0 - 1
zhongzheng-system/src/main/java/com/zhongzheng/modules/course/service/impl/CourseSectionServiceImpl.java

@@ -419,7 +419,6 @@ public class CourseSectionServiceImpl extends ServiceImpl<CourseSectionMapper, C
         }
         while (it.hasNext()) {
             Map.Entry e = it.next();
-            System.out.println("testHashMap===>Key: " + e.getKey() + ";   Value: "       + e.getValue());
             List<CourseChapterSectionImport> list = (List<CourseChapterSectionImport>)e.getValue();
             for(CourseChapterSectionImport item : list){
                 List<CourseChapterSectionListAddBo> sectionIdList = new ArrayList<>();//章绑定的节列表