From 62ef8708f7a1eb15219e28431ee0cd4b071d33f4 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期三, 12 四月 2023 17:50:11 +0800
Subject: [PATCH] 1

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

diff --git a/ExportMap/cs/XYZUtils.cs b/ExportMap/cs/XYZUtils.cs
index 5224d2b..ee75d38 100644
--- a/ExportMap/cs/XYZUtils.cs
+++ b/ExportMap/cs/XYZUtils.cs
@@ -129,7 +129,7 @@
         /// </summary>
         public static List<SysMeta> SelectMetas(List<int> ids, string types = "")
         {
-            string sql = string.Format("select * from lf.sys_meta where id in ({0}) {1} order by id", string.Join(",", ids), types);
+            string sql = string.Format("select a.*, fn_get_fullname(dircode, 2) dirname from lf.sys_meta a where id in ({0}) {1} order by id", string.Join(",", ids), types);
             DataTable dt = Tools.DBHelper.GetDataTable(sql);
             List<SysMeta> list = ModelHandler.FillModel<SysMeta>(dt);
 

--
Gitblit v1.9.3