liyong
6 天以前 f2bcea370ece83a7f4ae38b9e5a942639065d2a2
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));
    }