This commit is contained in:
李鹏飞 2023-03-24 15:57:48 +08:00
commit 7d8e3317e2
1 changed files with 1 additions and 0 deletions

View File

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