develop
parent
3861954fd8
commit
eb24091989
|
|
@ -217,8 +217,8 @@ namespace New_College.Api.Controllers.Front
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
[HttpPost("Export")]
|
[HttpGet("Export")]
|
||||||
public async Task<IActionResult> Export([FromBody] MinExcelAttrDto dto)
|
public async Task<IActionResult> Export([FromQuery] MinExcelAttrDto dto)
|
||||||
{
|
{
|
||||||
|
|
||||||
if (dto.id <= 0)
|
if (dto.id <= 0)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue