Uat_Study
hang 2022-03-29 09:38:48 +08:00
parent 90db06d241
commit 06c7b1ec52
1 changed files with 1 additions and 3 deletions

View File

@ -62,9 +62,7 @@ namespace IRaCIS.Application.Services
return await query.ToPagedListAsync(param.PageIndex,
param.PageSize, string.IsNullOrWhiteSpace(param.SortField) ? "UpdateTime" : param.SortField, param.Asc);
}