月球大数据地理空间分析展示平台-【后端】-月球后台服务
13693261870
2023-09-13 86bf08ff8f700356de6b8c68fb4013409499fd55
src/main/java/com/moon/server/controller/data/PublishController.java
@@ -84,7 +84,7 @@
    private String getType(String type) throws Exception {
        switch (type) {
            case "DOM":
                return "type in ('tif', 'tiff', 'img', 'jp2', 'jpg') and mata_type in (1, 3, 4, 5)";
                return "type in ('tif', 'tiff', 'img', 'jp2', 'jpg') and mata_type in (1, 2, 3, 4, 5)";
            case "DEM":
                return "type in ('tif', 'tiff', 'dem') and mata_type = 2";
            case "Vector":