Merge branch 'master' of https://gitee.com/frane-yang/SGGL_SeDin_New
This commit is contained in:
commit
7d8e3317e2
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue