src/main/java/com/ruoyi/sales/mapper/ReceiptPaymentMapper.java
@@ -57,4 +57,16 @@ * @return */ List<CustomerInteractionDto> customerInteractions (ReceiptPaymentDto receiptPaymentDto); /** * 查询回款记录不分页 */ List<ReceiptPaymentDto> receiptPaymentHistoryListNoPage( @Param("params") ReceiptPaymentDto receiptPaymentDto); /** * 通过开票登记产品id查询是否已经有回款记录 * @param invoiceRegistrationProductId * @return */ List<ReceiptPayment> receiptPaymentListByProdRegId(Integer invoiceRegistrationProductId); }