|
@@ -105,7 +105,7 @@ public class DownloadTourVideoServiceImpl extends ServiceImpl<IDownloadTourVideo
|
|
|
String destPath = null;
|
|
|
try {
|
|
|
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);
|
|
|
if(!destFile.getParentFile().exists()){
|
|
|
destFile.getParentFile().mkdir();
|