|
|
@ -61,7 +61,7 @@ public class Ghre_RequestController : BaseController<IGhre_RequestServices, Ghre |
|
|
|
[HttpPost("ExportExcel/{type}")] |
|
|
|
[HttpPost("ExportExcel/{type}")] |
|
|
|
public async Task<ServiceResult<ExcelData>> ExportExcel([FromBody] QueryExport filter, string type) |
|
|
|
public async Task<ServiceResult<ExcelData>> ExportExcel([FromBody] QueryExport filter, string type) |
|
|
|
{ |
|
|
|
{ |
|
|
|
return await _service.ExportGroupExcel(filter, type); |
|
|
|
return await _service.ExportExcel(filter, type); |
|
|
|
} |
|
|
|
} |
|
|
|
#endregion |
|
|
|
#endregion |
|
|
|
|
|
|
|
|
|
|
|