|
@@ -426,6 +426,13 @@ public class SceneDownloadHandlerServiceImpl {
|
|
|
int imagesVersion, Set<String> cacheKeys,
|
|
|
String filePath, String imageNumPath, String version) throws Exception{
|
|
|
|
|
|
+ if(filePath.endsWith("/")){
|
|
|
+ //更新进度
|
|
|
+ this.updateProgress(new BigDecimal(count.incrementAndGet()).divide(new BigDecimal(total), 6, BigDecimal.ROUND_HALF_UP),
|
|
|
+ num, SceneDownloadProgressStatus.DOWNLOADING.code(), null, version);
|
|
|
+ return;
|
|
|
+ }
|
|
|
+
|
|
|
//某个目录不需要打包
|
|
|
if(filePath.contains(imageNumPath + "panorama/panorama_edit/"))
|
|
|
return;
|