|
@@ -1544,7 +1544,7 @@ public class SceneEditInfoServiceImpl extends ServiceImpl<ISceneEditInfoMapper,
|
|
|
}
|
|
|
String fileMD5 = FileMd5Util.getFileMD5(new File(zipPath));
|
|
|
|
|
|
- fYunFileService.uploadFile(bucket, zipPath, "data_download/" + num + ".zip");
|
|
|
+ fYunFileService.uploadFileByCommand(bucket, zipPath, "data_download/" + num + ".zip");
|
|
|
|
|
|
SceneDataDownload sceneDataDownload = sceneDataDownloadService.findBySceneNum(num);
|
|
|
if(sceneDataDownload == null){
|