管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-02-04 6e2496e51008e850fa9ab9a990ece2c01302da40
src/main/java/com/lf/server/service/show/PipelineService.java
@@ -92,12 +92,12 @@
        try {
            driver = ogr.GetDriverByName("FileGDB");
            if (null == driver) {
                log.error("GdbHelper.createGdb.driver(FileGDB) is null.");
                log.error("PipelineService.createGdb.driver(FileGDB) is null.");
                return;
            }
            dataSource = driver.CreateDataSource(filePath, null);
            if (null == dataSource) {
                log.error("GdbHelper.createGdb.dataSource is null. " + filePath);
                log.error("PipelineService.createGdb.dataSource is null. " + filePath);
                return;
            }