|
|
@@ -112,18 +112,18 @@ namespace Learun.Application.Web.Areas.PersonnelManagement.Controllers |
|
|
|
var data = meetingManagementIBLL.GetList(queryJson); |
|
|
|
return Success(data); |
|
|
|
} |
|
|
|
/// <summary> |
|
|
|
/// 获取报表数据 |
|
|
|
/// <summary> |
|
|
|
/// <param name="queryJson">查询参数</param> |
|
|
|
/// <returns></returns> |
|
|
|
[HttpGet] |
|
|
|
[AjaxOnly] |
|
|
|
public ActionResult GetStatisticList(string queryJson) |
|
|
|
{ |
|
|
|
var data = meetingManagementIBLL.GetStatisticList(queryJson); |
|
|
|
return Success(data); |
|
|
|
} |
|
|
|
///// <summary> |
|
|
|
///// 获取报表数据 |
|
|
|
///// <summary> |
|
|
|
///// <param name="queryJson">查询参数</param> |
|
|
|
///// <returns></returns> |
|
|
|
//[HttpGet] |
|
|
|
//[AjaxOnly] |
|
|
|
//public ActionResult GetStatisticList(string queryJson) |
|
|
|
//{ |
|
|
|
// var data = meetingManagementIBLL.GetStatisticList(queryJson); |
|
|
|
// return Success(data); |
|
|
|
//} |
|
|
|
/// <summary> |
|
|
|
/// 获取表单数据 |
|
|
|
/// <summary> |
|
|
|