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