src/main/java/com/ruoyi/warehouse/controller/WarehouseGoodsShelvesRowcolController.java
@@ -23,7 +23,7 @@ @GetMapping("/list") @ApiOperation("商品货架行列-查询") @Log(title = "商品货架行列-查询", businessType = BusinessType.OTHER) public AjaxResult list(@RequestBody WarehouseGoodsShelvesRowcol warehouseGoodsShelvesRowcol) { public AjaxResult list(WarehouseGoodsShelvesRowcol warehouseGoodsShelvesRowcol) { List<WarehouseGoodsShelvesRowcolDto> list = warehouseGoodsShelvesRowcolService.getList(warehouseGoodsShelvesRowcol); return AjaxResult.success(list);