Browse Source

日志查询不记录日志

tian_z 4 years ago
parent
commit
09f2c19390
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Admin.NET/Admin.NET.Core/Service/log/SysVisLogService.cs

+ 1 - 0
Admin.NET/Admin.NET.Core/Service/log/SysVisLogService.cs

@@ -24,6 +24,7 @@ namespace Admin.NET.Core.Service
         /// </summary>
         /// </summary>
         /// <returns></returns>
         /// <returns></returns>
         [HttpGet("/sysVisLog/pageList")]
         [HttpGet("/sysVisLog/pageList")]
+        [NotLog]
         public async Task<SqlSugarPagedList<SysLogVis>> GetVisLogList([FromQuery] PageLogInput input)
         public async Task<SqlSugarPagedList<SysLogVis>> GetVisLogList([FromQuery] PageLogInput input)
         {
         {
             return await _sysVisLogRep.AsQueryable()
             return await _sysVisLogRep.AsQueryable()