chenrui
5 天以前 83383b2b94d34c1986769d20c8cdd6149e46739c
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);
}