代码无效引用清理,试压包资料界面看板修改
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user