Commit 69bd23f4 by 纪旭 韦

忘记传入分页信息

parent 11d7cce9
......@@ -2094,7 +2094,7 @@ public QueryComputeByDateGetTotal GetPerformanceSummary(HospitalGrantSummary req
decimal TotalData = 0;
var(TotalCount, datas) = GetAllComputeViewByDateAndTotal(ViewName, bdate, edate.AddMonths(1), request.GroupBy, request.SumBy);
var(TotalCount, datas) = GetAllComputeViewByDateAndTotal(ViewName, bdate, edate.AddMonths(1), request.GroupBy, request.SumBy, request.CurrentPage, request.PageSize);
if (null == datas)
throw new PerformanceException("当前绩效记录不存在");
......
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