修改焊工信息不能修改焊工号的问题
This commit is contained in:
parent
dbd41568b5
commit
776fbbda68
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue