2026-03-23 4a2b5e7bccc8a2360a421d0d628972a4acd3af7e
src/main/java/com/ruoyi/sales/mapper/SalesLedgerMapper.java
@@ -83,4 +83,6 @@
            "ORDER BY month" +
            "</script>")
    List<SalesTrendDto> statisticsTable(@Param("statisticsTableDto")StatisticsTableDto statisticsTableDto);
    IPage<SalesLedgerDto> listSalesLedgerAndShipped(Page page, @Param("ew") SalesLedgerDto salesLedgerDto);
}