定时任务
This commit is contained in:
@@ -151,11 +151,11 @@ namespace FineUIPro.Web.InterFace
|
||||
foreach (int rowIndex in Grid1.SelectedRowIndexArray)
|
||||
{
|
||||
string rowID = Grid1.DataKeys[rowIndex][0].ToString();
|
||||
if (judgementDelete(rowID, false))
|
||||
{
|
||||
BLL.InterFaceSetService.DeleteInterFaceSetById(rowID);
|
||||
BLL.LogService.AddLog(this.CurrUser.UserId, "删除接口信息");
|
||||
}
|
||||
//if (judgementDelete(rowID, false))
|
||||
//{
|
||||
BLL.InterFaceSetService.DeleteInterFaceSetById(rowID);
|
||||
BLL.LogService.AddLog(this.CurrUser.UserId, "删除接口信息");
|
||||
//}
|
||||
}
|
||||
BindGrid();
|
||||
ShowNotify("删除数据成功!(表格数据已重新绑定)");
|
||||
|
||||
Reference in New Issue
Block a user