ExportMap/Controllers/ConvertController.cs
@@ -143,6 +143,8 @@ ResponseMsg<string> msg = checkArgs(args); if (null != msg) return msg; if (args.srids.Count != args.ids.Count) return ResponseMsg<string>.fail("坐标系ID集合与元数据ID集合长度不一致"); string err = null; List<int> rs = LasUtils.Generate(args, ref err); if (null == rs || rs.Count == 0)