develop
old易 2024-06-14 18:01:15 +08:00
parent 3861954fd8
commit eb24091989
1 changed files with 2 additions and 2 deletions

View File

@ -217,8 +217,8 @@ namespace New_College.Api.Controllers.Front
}
[HttpPost("Export")]
public async Task<IActionResult> Export([FromBody] MinExcelAttrDto dto)
[HttpGet("Export")]
public async Task<IActionResult> Export([FromQuery] MinExcelAttrDto dto)
{
if (dto.id <= 0)