Commit c8e61086 authored by 黄奎's avatar 黄奎

页面修改

parent ac5e2d2d
......@@ -138,7 +138,7 @@ namespace EduSpider.Services
if (dataList != null && dataList.Count > 0)
{
dataList = dataList.OrderBy(qitem => qitem.CreateTime).ToList();
dataList = dataList.OrderByDescending(qitem => qitem.CreateTime).ToList();
var firstModel = dataList.FirstOrDefault();
foreach (var item in dataList)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment