派生自 projectDept/qhighschool

yn147
2022-12-12 01c25e083932de635836697207cfe76b37ea8514
src/main/java/com/qxueyou/scc/controller/CoursewareController.java
@@ -136,7 +136,7 @@
   public Result deleteCourseware(String id) {
      Result result = lectureService.deleteLecture(id.split(","));
      lectureService.deleteLectureLoad(id.split(","));
//      lectureService.deleteLectureLoad(id.split(","));
      return result;
   }
@@ -323,8 +323,6 @@
         result = lectureService.addLecture(sectionId, resId_);
         successCount = result.isSuccess() ? 1 : 0;
      }
      lectureService.addLectureLoad(sectionId);
      return new Result(true, null, successCount);
   }