fix:操作日志查询异常

This commit is contained in:
不做码农
2023-05-21 11:08:55 +08:00
parent a2364cdd78
commit 89293adcf0
4 changed files with 43 additions and 18 deletions

View File

@@ -1,9 +1,6 @@
using System.Collections.Generic;
using ZR.Model;
using ZR.Model.System.Dto;
using ZR.Model;
using ZR.Model.System;
using ZR.Service.System;
using Infrastructure.Model;
using ZR.Model.System.Dto;
namespace ZR.Service.System.IService
{
@@ -15,9 +12,8 @@ namespace ZR.Service.System.IService
/// 查询系统操作日志集合
/// </summary>
/// <param name="operLog">操作日志对象</param>
/// <param name="pager"></param>
/// <returns>操作日志集合</returns>
public PagedInfo<SysOperLog> SelectOperLogList(SysOperLogDto operLog, PagerInfo pager);
public PagedInfo<SysOperLog> SelectOperLogList(SysOperLogQueryDto operLog);
/// <summary>
/// 清空操作日志