diff --git a/SGGL/FineUIPro.Web/Person/ProjectPersonEdit.aspx.cs b/SGGL/FineUIPro.Web/Person/ProjectPersonEdit.aspx.cs index 699f074f..5f278026 100644 --- a/SGGL/FineUIPro.Web/Person/ProjectPersonEdit.aspx.cs +++ b/SGGL/FineUIPro.Web/Person/ProjectPersonEdit.aspx.cs @@ -833,6 +833,7 @@ namespace FineUIPro.Web.Person SitePersonId = this.SitePersonId, PersonId = this.PersonId, PersonName = this.txtPersonName.Text.Trim(), + CardNo = this.txtCardNo.Text.Trim(), IdentityCard = this.txtIdentityCard.Text.Trim(), UnitId = this.drpUnit.SelectedValue == Const._Null ? null : this.drpUnit.SelectedValue, ProjectId = this.drpProject.SelectedValue,