yy1717
2020-09-17 1635b1420128b33b3d17e21e92625da651fca11e
app/src/main/java/safeluck/drive/evaluation/fragment/ArcGisMapFragment.java
@@ -295,8 +295,13 @@
            return ;
        }
        byte[] fileContentBytes= FileUtil.readFile(carFilePath);
        String buffer= new String(fileContentBytes);
        gisCarModel = new Gson().fromJson(buffer, GisCarModel.class);
        if (fileContentBytes !=null&&fileContentBytes.length>0){
            String buffer= new String(fileContentBytes);
            gisCarModel = new Gson().fromJson(buffer, GisCarModel.class);
        }else{
            return;
        }
    }