diff --git a/Host/Controllers/UserController.cs b/Host/Controllers/UserController.cs index fd1482d..0478f11 100644 --- a/Host/Controllers/UserController.cs +++ b/Host/Controllers/UserController.cs @@ -529,7 +529,7 @@ namespace Home.Controllers } //var ret = await m_ProductAccountService.PageDesc(request.PageIndex,request.PageSize, exp,true,m=>m.Id); - var ret = await m_ProductAccountService.Query(exp, true).OrderByDescending(m=>m.EndTime).QueryPager(1000,1).ToListAsync(); + var ret = await m_ProductAccountService.Query(exp, true).OrderByDescending(m=>m.Id).QueryPager(1000,1).ToListAsync(); return View(ret); } [HttpGet]