修改焊工信息不能修改焊工号的问题

This commit is contained in:
高飞 2022-12-13 17:28:27 +08:00
parent dbd41568b5
commit 776fbbda68
1 changed files with 1 additions and 1 deletions

View File

@ -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;