dengsixing 2 лет назад
Родитель
Сommit
e007b3c747

+ 0 - 3
src/main/java/com/fdkankan/scene/service/impl/DownloadTourVideoServiceImpl.java

@@ -104,9 +104,6 @@ public class DownloadTourVideoServiceImpl extends ServiceImpl<IDownloadTourVideo
 
         String destPath = null;
         try {
-
-            Thread.sleep(20000);
-
             String destFileName = UUID.randomUUID().toString() + ".mp4";
             destPath = ConstantFilePath.SCENE_V4_PATH + downloadTourVideo.getNum() + "/tour/" + destFileName;
             File destFile = new File(destPath);