排序
This commit is contained in:
parent
abc49bb29e
commit
e780ad70bb
@ -961,7 +961,7 @@
|
||||
baseFilter.IgnoreDataRule = true;
|
||||
baseFilter.IgnoreOrgRule = true;
|
||||
baseFilter.OrgId = null;
|
||||
var dbApprove = this.GetEntities<T_PF_APPROVE>(expression, baseFilter, new string[] { "Nav_ApproveDetails.Nav_ApproveUser" }).OrderByDescending(t => t.CREATE_TIME).ToList();
|
||||
var dbApprove = this.GetEntities<T_PF_APPROVE>(expression, baseFilter, new string[] { "Nav_ApproveDetails.Nav_ApproveUser", "Nav_ApproveDetails.Nav_ApproveRole" }).OrderByDescending(t => t.CREATE_TIME).ToList();
|
||||
if (!dbApprove.Any())
|
||||
return null;
|
||||
return dbApprove;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user