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

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
+5 -12
View File
@@ -1,13 +1,6 @@
using BLL;
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.SqlClient;
using System.Linq;
using System.Text;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using AspNet = System.Web.UI.WebControls;
namespace FineUIPro.Web.SysManage
@@ -32,11 +25,11 @@ namespace FineUIPro.Web.SysManage
private void BindGrid()
{
Model.Sys_HttpLog table = new Model.Sys_HttpLog();
table.LogTime=txtLogTime.SelectedDate;
table.UserName=txtUserName.Text.Trim();
table.HttpUrl=txtHttpUrl.Text.Trim();
table.LogTxt=txtLogTxt.Text.Trim();
table.MeThod=txtMeThod.Text.Trim();
table.LogTime = txtLogTime.SelectedDate;
table.UserName = txtUserName.Text.Trim();
table.HttpUrl = txtHttpUrl.Text.Trim();
table.LogTxt = txtLogTxt.Text.Trim();
table.MeThod = txtMeThod.Text.Trim();
var tb = BLL.SysHttplogService.getListData(table, Grid1);
Grid1.RecordCount = SysHttplogService.count;
//tb = GetFilteredTable(Grid1.FilteredData, tb);