zss
7 天以前 5a6ac2ffb3815f1ef510144dd6e88c64ee96f973
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));
    }