diff --git a/HJGL_ZH/FineUIPro.Web/Web.config b/HJGL_ZH/FineUIPro.Web/Web.config
index ee269a2..140432d 100644
--- a/HJGL_ZH/FineUIPro.Web/Web.config
+++ b/HJGL_ZH/FineUIPro.Web/Web.config
@@ -11,7 +11,7 @@
-
+
diff --git a/HJGL_ZH/FineUIPro.Web/WeldMat/Stock/StockInEdit.aspx.cs b/HJGL_ZH/FineUIPro.Web/WeldMat/Stock/StockInEdit.aspx.cs
index e01087a..64bd7a4 100644
--- a/HJGL_ZH/FineUIPro.Web/WeldMat/Stock/StockInEdit.aspx.cs
+++ b/HJGL_ZH/FineUIPro.Web/WeldMat/Stock/StockInEdit.aspx.cs
@@ -37,7 +37,7 @@ namespace FineUIPro.Web.WeldMat.Stock
this.drpMaterialman.DataValueField = "UserId";
this.drpMaterialman.DataTextField = "UserName";
- this.drpMaterialman.DataSource = BLL.Project_UserService.Sys_UserService.GetUserList();
+ this.drpMaterialman.DataSource = BLL.Sys_UserService.GetUserList();
this.drpMaterialman.DataBind();
if (CurrUser.Account != Const.Gly)
diff --git a/HJGL_ZH/Model/bin/Debug/Model.dll b/HJGL_ZH/Model/bin/Debug/Model.dll
index 4487148..731a318 100644
Binary files a/HJGL_ZH/Model/bin/Debug/Model.dll and b/HJGL_ZH/Model/bin/Debug/Model.dll differ
diff --git a/HJGL_ZH/Model/bin/Debug/Model.pdb b/HJGL_ZH/Model/bin/Debug/Model.pdb
index fc43e7d..85eb2c4 100644
Binary files a/HJGL_ZH/Model/bin/Debug/Model.pdb and b/HJGL_ZH/Model/bin/Debug/Model.pdb differ