Quellcode durchsuchen

Merge branch 'feature-国际服上线激光场景-20230608-dsx' into test

dsx vor 2 Jahren
Ursprung
Commit
007f479e1b

+ 4 - 2
src/main/java/com/fdkankan/modeling/service/impl/BuildServiceImpl.java

@@ -80,9 +80,11 @@ public class BuildServiceImpl implements IBuildService {
         if (!ObjectUtils.isEmpty(fdageData) && !ObjectUtils.isEmpty(fdageData.getString("modelType"))) {
             switch (fdageData.getString("modelType")){
                 case ModelTypeEnums.TILE_CODE:
-                    if(skyboxType.equals("SKYBOX_V6") || skyboxType.equals("SKYBOX_V11")){
+                    if(skyboxType.equals("SKYBOX_V6")){
                         skyboxType = "SKYBOX_V14";
-                    }else{
+                    }else if(skyboxType.equals("SKYBOX_V11")){
+                        skyboxType = "SKYBOX_V15";
+                    } else{
                         skyboxType = "SKYBOX_V13";
                     }
             }