src/main/java/com/ruoyi/sales/mapper/ReceiptPaymentMapper.java
@@ -57,4 +57,9 @@ * @return */ List<CustomerInteractionDto> customerInteractions (ReceiptPaymentDto receiptPaymentDto); /** * 查询回款记录不分页 */ List<ReceiptPaymentDto> receiptPaymentHistoryListNoPage( @Param("params") ReceiptPaymentDto receiptPaymentDto); }