月球大数据地理空间分析展示平台-【后端】-月球后台服务
13693261870
2023-09-07 befdcdd0e9c89bc9be3a69fc3033c3cf7afd2ee2
src/main/java/com/moon/server/controller/data/PublishController.java
@@ -136,13 +136,13 @@
        switch (type) {
            case "DOM":
                return "type = 'DOM'";
                return "a.type = 'DOM'";
            case "DEM":
                return "type = 'DEM'";
                return "a.type = 'DEM'";
            case "Vector":
                return "type = 'Vector'";
                return "a.type = 'Vector'";
            case "Model":
                return "type = 'Model'";
                return "a.type = 'Model'";
            default:
                throw new Exception("数据类型不匹配");
        }