From 48c18a96f8c8022ec43691117f2472073895af71 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期一, 21 八月 2023 16:16:02 +0800
Subject: [PATCH] 修改入库工具的界面

---
 DataLoader/CS/Importor.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/DataLoader/CS/Importor.cs b/DataLoader/CS/Importor.cs
index 0a2b319..eaec35c 100644
--- a/DataLoader/CS/Importor.cs
+++ b/DataLoader/CS/Importor.cs
@@ -87,12 +87,12 @@
 
             vd.Meta = new SysMeta();
             vd.Meta.name = fi.Name;
-            vd.Meta.dirid = Common.DirId;
+            //vd.Meta.dirid = Common.DirId;
             vd.Meta.depid = 1;
             vd.Meta.verid = 0;
             vd.Meta.type = fi.Extension.ToLower().Replace(".", "");
             vd.Meta.sizes = Tools.SizeToMb(fi.Length);
-            vd.Meta.create_user = Common.UserId;
+            vd.Meta.create_user = CommonProp.UserId;
         }
 
         public static void ImportFiles(ObservableCollection<ViewData> viewDatas, string target, int start)

--
Gitblit v1.9.3