Commit c1213d7f by 泽锋 李

fix

parent 76b7809e
......@@ -202,7 +202,7 @@ namespace AutoTurnOver.Controllers
/// <param name="search"></param>
/// <returns></returns>
[HttpGet("GetStorageCapacityGetPage")]
public ActionResult<RequestResultDto> GetStorageCapacityGetPage([FromBody] dc_base_storage_capacity_search_dto search, [FromBody]int page, [FromBody]int rows)
public ActionResult<RequestResultDto> GetStorageCapacityGetPage([FromQuery] dc_base_storage_capacity_search_dto search, [FromQuery]int page, [FromQuery]int rows)
{
var totel = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment