定时任务

This commit is contained in:
2025-12-10 19:02:09 +08:00
parent d097f8d4d4
commit 6726cdfb52
14 changed files with 547 additions and 475 deletions
@@ -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("删除数据成功!(表格数据已重新绑定)");