liyong
7 天以前 7600c4e89c79273a11f2103e01dd3fc1e38b4df2
src/main/java/com/ruoyi/sales/controller/SalesLedgerController.java
@@ -287,7 +287,7 @@
    }
    @ApiOperation("查询销售台账消耗物料信息")
    @GetMapping("/getSalesLedgerWithProducts")
    @GetMapping("/getSalesLedgerWithProductsLoss")
    public R getSalesLedgerWithProductsLoss(Long salesLedgerId) {
        return R.ok(salesLedgerService.getSalesLedgerWithProductsLoss(salesLedgerId));
    }