From 07a8639a614379f78d2d98b87e9104d75df2010e Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期六, 06 五月 2023 17:17:47 +0800
Subject: [PATCH] 1

---
 ExportMap/cs/TerraUtils.cs |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/ExportMap/cs/TerraUtils.cs b/ExportMap/cs/TerraUtils.cs
index 528594d..a2b853f 100644
--- a/ExportMap/cs/TerraUtils.cs
+++ b/ExportMap/cs/TerraUtils.cs
@@ -1,4 +1,5 @@
-锘縰sing ExportMap.Models;
+锘縰sing ExportMap.db;
+using ExportMap.Models;
 using System;
 using System.Collections.Generic;
 using System.IO;
@@ -200,7 +201,7 @@
         /// </summary>
         private static int InsertToDB(List<SysMeta> metas, XYZArgs args)
         {
-
+            if (PubDBHelper.IsPublish(args.dircode, "DEM")) return 0;
 
             return 0;
         }

--
Gitblit v1.9.3