liding
9 小时以前 4d1bd63eada739fdef9a05839c90a7b564fa2dab
src/main/java/com/ruoyi/sales/mapper/ReceiptPaymentMapper.java
@@ -21,6 +21,7 @@
    /**
     * 查询已经绑定发票的开票台账
     *
     * @param page
     * @param receiptPaymentDto
     * @return
@@ -29,6 +30,7 @@
    /**
     * 开票台账详情
     *
     * @param id
     * @return
     */
@@ -36,6 +38,7 @@
    /**
     * 计算前多少条数据回款金额综合
     *
     * @param customerId
     * @param total
     * @return
@@ -54,6 +57,7 @@
    /**
     * 客户往来记录查询
     *
     * @param receiptPaymentDto
     * @return
     */
@@ -61,6 +65,7 @@
    /**
     * 客户回款记录查询
     *
     * @param invoiceLedgerDto
     * @return
     */
@@ -73,6 +78,7 @@
    /**
     * 通过开票登记产品id查询是否已经有回款记录
     *
     * @param invoiceRegistrationProductId
     * @return
     */
@@ -83,5 +89,5 @@
    List<ReceiptPaymentExeclDto> bindInvoiceNoRegListByIds(List<Long> ids,Long tenantId);
    List<InvoiceLedgerDto> customerSalesInteractions(InvoiceLedgerDto receiptPaymentDto);
    List<InvoiceLedgerDto> customerSalesInteractions(@Param("ew") InvoiceLedgerDto receiptPaymentDto);
}