dengsixing 8 달 전
부모
커밋
8a0c7d9481
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      src/main/java/com/fdkankan/modeling/service/impl/ReverseE57ServiceImpl.java

+ 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";
         }