|
|
@ -17,8 +17,8 @@ namespace Pingchuan.BeijingSafeguard.App.Controllers |
|
|
|
[HttpPost] |
|
|
|
public JsonResult Query(DateTime fromTime, DateTime toTime, int page, int rows) |
|
|
|
{ |
|
|
|
Pagination<Statistic> page = ComputeBLL.Statistics(fromTime, toTime, page, rows); |
|
|
|
return Json(page); |
|
|
|
Pagination<Statistic> pagination = ComputeBLL.Statistics(fromTime, toTime, page, rows); |
|
|
|
return Json(pagination); |
|
|
|
} |
|
|
|
} |
|
|
|
} |