This commit is contained in:
geh
2026-05-19 22:06:31 +08:00
parent 55a14cf187
commit b3b3334466
@@ -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();