|
@@ -39,6 +39,9 @@ public class CommonServiceImpl implements ICommonService {
|
|
|
|
|
|
String ossResultPath = String.format(UploadFilePath.scene_result_data_path, num);
|
|
|
|
|
|
+ //删除旧的文件目录
|
|
|
+ fYunFileServiceInterface.deleteFolder(ossResultPath);
|
|
|
+
|
|
|
//上传caches/images
|
|
|
String localCachesImagePath = dataSource + "/caches/images/";
|
|
|
String ossCachesImagePath = ossResultPath + "caches/images/";
|