|
|
@@ -150,7 +150,7 @@ public class CourseNotebooksController {
|
|
|
param.put("relateIdList", wllDelNoteIdList);
|
|
|
List<CourseRelate> wllDelCourseRelateList=courseRelateService.wrapperList(param);
|
|
|
List<String> wllDelCourseRelateIdList=CollStreamUtil.toList(wllDelCourseRelateList, CourseRelate::getId);
|
|
|
- courseRelateService.deleteByIds(wllDelCourseRelateIdList);
|
|
|
+ courseRelateService.deleteByIdsReal(wllDelCourseRelateIdList);
|
|
|
|
|
|
return CommonResult.ok();
|
|
|
}
|