gongchunyi
8 天以前 7853fffdc6fc0d2b8decf455cd6149f29f9d15e1
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);
}