派生自 projectDept/qhighschool

Administrator
2022-12-12 888af852af74ecd24f4f4370b61427771e60d314
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);
   }