@@ -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);