liyong
6 天以前 274a61f398e1d7b4ae63208897b70b3a73b30805
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);
}