管道基础大数据平台系统开发-【CS】-ExportMap
1
13693261870
2023-08-02 a12c2baf8246d0af0e15756b7e008ded544e9b1c
ExportMap/cs/TerraUtils.cs
@@ -271,7 +271,6 @@
                    if (!ids.Contains(m.id)) PubDBHelper.InsertMetaPub(m.id, pubid, args.userId);
                }
                string geom = GetPointZ(args);
                //if (!string.IsNullOrEmpty(geom)) PubDBHelper.UpdatePublishGeom(pubid, geom);
                PubDBHelper.UpdatePublish(pubid, args.name, args.userId, geom);
                return pubid;