From 88ebe3f492f8af85d46606a3cc0bad95c4290c66 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期三, 23 八月 2023 13:49:27 +0800
Subject: [PATCH] 查询用户所在的单位编码、显示文件的大小信息等

---
 DataLoader/CS/NtstWeb.cs |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/DataLoader/CS/NtstWeb.cs b/DataLoader/CS/NtstWeb.cs
index 4bc8e13..58e5ee6 100644
--- a/DataLoader/CS/NtstWeb.cs
+++ b/DataLoader/CS/NtstWeb.cs
@@ -1,9 +1,5 @@
-锘縰sing System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows;
+锘縰sing DataLoader.CS;
+using System;
 
 namespace DataLoader.Model
 {
@@ -24,6 +20,7 @@
                 CommonProp.UserId = uid;
                 CommonProp.Uname = uname;
                 CommonProp.Token = token;
+                CommonProp.Depcode = DBHelper.SelectDepCodeByUid(uid);
 
                 owner.Dispatcher.Invoke(new Action(delegate
                 {

--
Gitblit v1.9.3