diff --git a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj
index 162b4883..18a6a139 100644
--- a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj
+++ b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj
@@ -12279,7 +12279,7 @@
True
0
/
- http://localhost:9691/
+ http://localhost:4909/
False
False
diff --git a/SGGL/FineUIPro.Web/HJGL/PersonManage/WelderManageEdit.aspx.cs b/SGGL/FineUIPro.Web/HJGL/PersonManage/WelderManageEdit.aspx.cs
index 33733fe7..fb0038e5 100644
--- a/SGGL/FineUIPro.Web/HJGL/PersonManage/WelderManageEdit.aspx.cs
+++ b/SGGL/FineUIPro.Web/HJGL/PersonManage/WelderManageEdit.aspx.cs
@@ -57,7 +57,7 @@ namespace FineUIPro.Web.HJGL.PersonManage
string PersonId = Request.Params["PersonId"];
if (!string.IsNullOrEmpty(PersonId))
{
- var welder = BLL.SitePerson_PersonService.GetSitePersonById(PersonId);
+ var welder = BLL.SitePerson_PersonService.GetSitePersonByProjectIdPersonId(this.CurrUser.LoginProjectId, PersonId);
if (welder != null)
{
this.txtWelderCode.Text = welder.WelderCode;
diff --git a/SGGL/FineUIPro.Web/SysManage/UserList.aspx b/SGGL/FineUIPro.Web/SysManage/UserList.aspx
index 1eeb3140..101e1d17 100644
--- a/SGGL/FineUIPro.Web/SysManage/UserList.aspx
+++ b/SGGL/FineUIPro.Web/SysManage/UserList.aspx
@@ -119,11 +119,11 @@