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