diff --git a/SUBQHSE/FineUIPro.Web/HSSE/SitePerson/PersonInfo.aspx.cs b/SUBQHSE/FineUIPro.Web/HSSE/SitePerson/PersonInfo.aspx.cs index 2fecdc5..fcb361c 100644 --- a/SUBQHSE/FineUIPro.Web/HSSE/SitePerson/PersonInfo.aspx.cs +++ b/SUBQHSE/FineUIPro.Web/HSSE/SitePerson/PersonInfo.aspx.cs @@ -54,8 +54,8 @@ namespace FineUIPro.Web.HSSE.SitePerson Funs.DropDownPageSize(this.ddlPageSize); - this.txtStartDate.Text = string.Format("{0:yyyy-MM-dd 00:00}", DateTime.Now.AddDays(-1)); - this.txtEndDate.Text = string.Format("{0:yyyy-MM-dd 00:00}", DateTime.Now.AddMinutes(1)); + this.txtStartDate.Text = string.Format("{0:yyyy-MM-dd 00:00}", DateTime.Now.Date); + this.txtEndDate.Text = string.Format("{0:yyyy-MM-dd 23:59}", DateTime.Now.Date); // 绑定表格 BindGrid();