管道基础大数据平台系统开发-【CS】-ExportMap
13693261870
2023-07-29 f4c25e70497a233caba9e208c13f1b663bf0623f
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;
            }