staging #20

Merged
hy merged 24 commits from staging into master 2025-10-14 11:13:23 +08:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit d31c898d35 - Show all commits

View File

@ -57,6 +57,7 @@ namespace Learn.Archives.API.Controllers
res.Data = res.Data.OrderBy(s => s.SubjectDic?[oldSer.Value]).ToList(); res.Data = res.Data.OrderBy(s => s.SubjectDic?[oldSer.Value]).ToList();
else else
res.Data = res.Data.OrderByDescending(s => s.SubjectDic?[oldSer.Value]).ToList(); res.Data = res.Data.OrderByDescending(s => s.SubjectDic?[oldSer.Value]).ToList();
return res;
} }
return await base.PageList(model); return await base.PageList(model);
} }