فهرست منبع

vr全景计算 增加上传high目录4k图

dengsixing 9 ماه پیش
والد
کامیت
024162f5dd
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/main/java/com/fdkankan/contro/mq/service/impl/BuildIntermitSceneServiceImpl.java

+ 1 - 1
src/main/java/com/fdkankan/contro/mq/service/impl/BuildIntermitSceneServiceImpl.java

@@ -245,7 +245,7 @@ public class BuildIntermitSceneServiceImpl implements IBuildSceneService {
                 throw new Exception(filePath + "文件不存在");
                 throw new Exception(filePath + "文件不存在");
             }
             }
 
 
-            if(fileJson.getIntValue("clazz") == 1 || fileJson.getIntValue("clazz") == 22){
+            if(fileJson.getIntValue("clazz") == 1 || fileJson.getIntValue("clazz") == 22 || fileJson.getIntValue("clazz") == 3){
                 map.put(filePath, imagesPath + fileName);
                 map.put(filePath, imagesPath + fileName);
             }
             }
         }
         }