src/main/java/com/ruoyi/sales/controller/SalesLedgerController.java
@@ -264,7 +264,7 @@ iPage.getRecords().removeIf(salesLedger -> Objects.equals(salesLedger.getNoInvoiceAmountTotal(), new BigDecimal("0.00"))); } } iPage.setTotal(iPage.getRecords().size()); iPage.setTotal(iPage.getTotal()); return iPage; } }