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("数据类型不匹配"); }