From 56424206be7af38a02be17f215654f3ca813ebcb Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期二, 07 四月 2026 17:54:24 +0800
Subject: [PATCH] feat:销售记录excel导入(查询,删除)

---
 src/main/java/com/ruoyi/sales/mapper/ReceiptPaymentMapper.java |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/ruoyi/sales/mapper/ReceiptPaymentMapper.java b/src/main/java/com/ruoyi/sales/mapper/ReceiptPaymentMapper.java
index 222f9f5..060ee0b 100644
--- a/src/main/java/com/ruoyi/sales/mapper/ReceiptPaymentMapper.java
+++ b/src/main/java/com/ruoyi/sales/mapper/ReceiptPaymentMapper.java
@@ -11,7 +11,6 @@
 import org.apache.ibatis.annotations.Param;
 
 import java.math.BigDecimal;
-import java.util.ArrayList;
 import java.util.List;
 
 public interface ReceiptPaymentMapper extends BaseMapper<ReceiptPayment> {
@@ -61,6 +60,13 @@
     List<CustomerInteractionDto> customerInteractions (ReceiptPaymentDto receiptPaymentDto);
 
     /**
+     * 瀹㈡埛鍥炴璁板綍鏌ヨ
+     * @param invoiceLedgerDto
+     * @return
+     */
+    List<InvoiceLedgerDto> invoiceLedgerSalesAccount(@Param("invoiceLedgerDto") InvoiceLedgerDto invoiceLedgerDto);
+
+    /**
      * 鏌ヨ鍥炴璁板綍涓嶅垎椤�
      */
     List<ReceiptPaymentDto> receiptPaymentHistoryListNoPage( @Param("params") ReceiptPaymentDto receiptPaymentDto);
@@ -77,4 +83,5 @@
     List<ReceiptPaymentExeclDto> bindInvoiceNoRegListByIds(List<Long> ids,Long tenantId);
 
 
+    List<InvoiceLedgerDto> customerSalesInteractions(InvoiceLedgerDto receiptPaymentDto);
 }

--
Gitblit v1.9.3