修改模板
continuous-integration/drone/push Build is passing

This commit is contained in:
hang
2024-08-19 21:18:28 +08:00
parent 5ffe1675db
commit 021b32587a
2 changed files with 2 additions and 2 deletions
@@ -46,7 +46,7 @@ namespace IRaCIS.Core.Application.Service
var pageList = await dicomAEQueryable.ToPagedListAsync(inQuery.PageIndex, inQuery.PageSize, inQuery.SortField == string.Empty ? nameof(DicomAEView.CalledAE) : inQuery.SortField, inQuery.Asc);
var pageList = await dicomAEQueryable.ToPagedListAsync(inQuery);
return ResponseOutput.Ok(pageList);