From f4c25e70497a233caba9e208c13f1b663bf0623f Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期六, 29 七月 2023 18:30:38 +0800 Subject: [PATCH] 删除服务时物理删除发布文件 --- ExportMap/cs/TerraUtils.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ExportMap/cs/TerraUtils.cs b/ExportMap/cs/TerraUtils.cs index 0974dc4..b6721a6 100644 --- a/ExportMap/cs/TerraUtils.cs +++ b/ExportMap/cs/TerraUtils.cs @@ -261,8 +261,8 @@ { if (!ids.Contains(m.id)) PubDBHelper.InsertMetaPub(m.id, pubid, args.userId); } - string json = GetPointZ(args); - if (!string.IsNullOrEmpty(json)) PubDBHelper.UpdatePublishCoord(pubid, json); + string geom = GetPointZ(args); + if (!string.IsNullOrEmpty(geom)) PubDBHelper.UpdatePublishGeom(pubid, geom); return pubid; } -- Gitblit v1.9.3