Преглед изворни кода

日志查询不记录日志

tian_z пре 4 година
родитељ
комит
09f2c19390
1 измењених фајлова са 1 додато и 0 уклоњено
  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>
         /// <returns></returns>
         [HttpGet("/sysVisLog/pageList")]
+        [NotLog]
         public async Task<SqlSugarPagedList<SysLogVis>> GetVisLogList([FromQuery] PageLogInput input)
         {
             return await _sysVisLogRep.AsQueryable()