修改焊工信息不能修改焊工号的问题
This commit is contained in:
@@ -57,7 +57,7 @@ namespace FineUIPro.Web.HJGL.PersonManage
|
|||||||
string PersonId = Request.Params["PersonId"];
|
string PersonId = Request.Params["PersonId"];
|
||||||
if (!string.IsNullOrEmpty(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)
|
if (welder != null)
|
||||||
{
|
{
|
||||||
this.txtWelderCode.Text = welder.WelderCode;
|
this.txtWelderCode.Text = welder.WelderCode;
|
||||||
|
|||||||
Reference in New Issue
Block a user