From fc9b063b661f53ff2693bb639cc0f08db1fe6511 Mon Sep 17 00:00:00 2001 From: yhw0507 Date: Thu, 23 Mar 2023 14:34:41 +0800 Subject: [PATCH] =?UTF-8?q?20230323=E7=8E=B0=E5=9C=BA=E4=BA=BA=E5=91=98?= =?UTF-8?q?=E5=8D=A1=E5=8F=B7=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SGGL/FineUIPro.Web/Person/ProjectPersonEdit.aspx.cs | 1 + 1 file changed, 1 insertion(+) 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,