代码无效引用清理,试压包资料界面看板修改

This commit is contained in:
2025-10-10 14:33:21 +08:00
parent 87fb529521
commit 55b798135c
933 changed files with 5897 additions and 7541 deletions
@@ -1,12 +1,9 @@
namespace FineUIPro.Web.Personal
{
using BLL;
using FastReport.Utils;
using Model;
using System;
using System.IO;
using System.Linq;
using System.Web.UI.DataVisualization.Charting;
public partial class PersonalInfo : PageBase
{
@@ -95,7 +92,7 @@
imgPhoto.ImageUrl = ("~/" + getData.PhotoUrl);
}
}
}
}
#endregion
protected void btnCustomQuery_Click(object sender, EventArgs e)
@@ -186,7 +183,7 @@
if (getData != null)
{
getData.JobNum = this.txtJobNum.Text.Trim();
getData.Sex = this.rblSex.SelectedValue;
getData.Sex = this.rblSex.SelectedValue;
getData.IdentityCard = this.txtIdentityCard.Text.Trim();
getData.Birthday = IDCardValid.getBirthByIDCard(getData.IdentityCard);
getData.Telephone = this.txtTelephone.Text.Trim();