Explorar o código

国际服上线激光场景 算法切图选项修改

dsx %!s(int64=2) %!d(string=hai) anos
pai
achega
ce1ba1b4fe

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

@@ -80,7 +80,7 @@ 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")){
+                    if(skyboxType.equals("SKYBOX_V6") || skyboxType.equals("SKYBOX_V11")){
                         skyboxType = "SKYBOX_V14";
                     }else{
                         skyboxType = "SKYBOX_V13";