Ver código fonte

v4场景下载

dengsixing 2 anos atrás
pai
commit
b53015249a

+ 7 - 0
src/main/java/com/fdkankan/download/service/impl/SceneDownloadHandlerServiceImpl.java

@@ -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;