Commit 54469dfb by lcx

获取首页数据

parent 0a9cf520
...@@ -34,7 +34,7 @@ PerforReportperformanceRepository reportperformanceRepository ...@@ -34,7 +34,7 @@ PerforReportperformanceRepository reportperformanceRepository
public List<ReportData> GetReportsInfo() public List<ReportData> GetReportsInfo()
{ {
var reports = repreportRepository.GetEntities(); var reports = repreportRepository.GetEntities(t => t.Sort < 5000);
if (reports == null || !reports.Any()) return new List<ReportData>(); if (reports == null || !reports.Any()) return new List<ReportData>();
var result = new List<ReportData>(); var result = new List<ReportData>();
......
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