From 0bc021a1c7515af5a0f102776488f0457d418d27 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期一, 30 十二月 2024 11:46:05 +0800
Subject: [PATCH] 获取最新代码
---
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_BasicService/UserInfoService.cs | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_BasicService/UserInfoService.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_BasicService/UserInfoService.cs"
index 88156f5..453ff51 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_BasicService/UserInfoService.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_BasicService/UserInfoService.cs"
@@ -33,8 +33,7 @@
DeptNo = model.DeptNo,
InvOrgId = model.InvOrgId,
Name = model.Name,
- State = model.State,
- Type = model.Type,
+ State = model.State
};
BaseDal.AddData(userInfo);
@@ -47,7 +46,6 @@
return WebResponseContent.Instance.Error($"鏈壘鍒拌鍛樺伐鍙枫�恵model.Code}銆戜俊鎭�");
}
userInfo.State = model.State;
- userInfo.Type = model.Type;
userInfo.DeptName = model.DeptName;
userInfo.DeptNo = model.DeptNo;
userInfo.InvOrgId = model.InvOrgId;
--
Gitblit v1.9.3