|
@@ -106,6 +106,7 @@ public class CourseFileServiceImpl extends ServiceImpl<CourseFileMapper, CourseF
|
|
|
decompressingFiles(collect,bo.getTimeSign());
|
|
decompressingFiles(collect,bo.getTimeSign());
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
iCourseHandoutsService.addHandouts(fromPath,bo);
|
|
iCourseHandoutsService.addHandouts(fromPath,bo);
|
|
|
//删除本地资源
|
|
//删除本地资源
|
|
|
Path pathStr = Paths.get(fromPath);
|
|
Path pathStr = Paths.get(fromPath);
|