yangdamao il y a 2 ans
Parent
commit
a1f4cf5fba

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

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