|
@@ -64,7 +64,7 @@ public class ReverseSceneServiceImpl implements IReverseSceneService {
|
|
|
String dataSource = scenePlusExt.getDataSource();
|
|
|
|
|
|
//解压
|
|
|
- fYunFileService.downloadFile(zipPath, dataSource);
|
|
|
+ fYunFileService.downloadFile(zipPath, dataSource + "/" + FileUtil.getName(zipPath));
|
|
|
ZipUtil.unzip(zipPath, dataSource, CharsetUtil.CHARSET_GBK);
|
|
|
|
|
|
//生成vision.txt
|