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