liyong
8 天以前 64cb6f015d63bdc527df5ede7b4328448991723f
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));
    }