dengsixing 8 months ago
parent
commit
8a0c7d9481

+ 0 - 3
src/main/java/com/fdkankan/modeling/service/impl/ReverseE57ServiceImpl.java

@@ -176,9 +176,6 @@ public class ReverseE57ServiceImpl implements IReverseE57Service {
         String skyboxType = "SKYBOX_V11";
         String otherType = (String)message.getExt().get("otherType");
         Integer isObj = (Integer) message.getExt().get("isObj");
-        if(Objects.isNull(isObj) && isObj == 1){
-            splitType = "SPLIT_V22";
-        }
         if(StrUtil.isNotEmpty(modelType) && ModelTypeEnums.TILE_CODE.equals(modelType)){
             splitType = "SKYBOX_V15";
         }