排序
This commit is contained in:
parent
c64523714e
commit
ea491a66f0
@ -990,7 +990,7 @@ namespace APT.SC.WebApi.Controllers.Api.BI
|
||||
riskList.Add(risk);
|
||||
}
|
||||
}
|
||||
result.Data.riskList = riskList.OrderBy(t=>t.companyName =="西拓").ThenBy(m => m.companyName == "金能昆仑").ThenBy(x => x.companyName == "路源").ThenBy(x => x.companyName == "邦泰").ToList();
|
||||
result.Data.riskList = riskList.OrderByDescending(t=>t.totalCount).ToList();
|
||||
result.Data.riskTypeList = riskTypeList;
|
||||
return result;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user