From dc22724f61e0b792d327fa812895f6dc4fcf129d Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期三, 08 四月 2026 15:04:11 +0800
Subject: [PATCH] fix:groupBy

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

diff --git a/src/main/java/com/ruoyi/sales/mapper/ReceiptPaymentMapper.java b/src/main/java/com/ruoyi/sales/mapper/ReceiptPaymentMapper.java
index 576ebd7..fcfcd34 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> {
@@ -22,6 +21,7 @@
 
     /**
      * 鏌ヨ宸茬粡缁戝畾鍙戠エ鐨勫紑绁ㄥ彴璐�
+     *
      * @param page
      * @param receiptPaymentDto
      * @return
@@ -30,6 +30,7 @@
 
     /**
      * 寮�绁ㄥ彴璐﹁鎯�
+     *
      * @param id
      * @return
      */
@@ -37,6 +38,7 @@
 
     /**
      * 璁$畻鍓嶅灏戞潯鏁版嵁鍥炴閲戦缁煎悎
+     *
      * @param customerId
      * @param total
      * @return
@@ -51,17 +53,19 @@
     /**
      * 鏌ヨ鍥炴璁板綍鍒嗛〉
      */
-    IPage<ReceiptPaymentDto> receiptPaymentHistoryListPage(Page page,@Param("params") ReceiptPaymentDto receiptPaymentDto);
+    IPage<ReceiptPaymentDto> receiptPaymentHistoryListPage(Page page, @Param("params") ReceiptPaymentDto receiptPaymentDto);
 
     /**
      * 瀹㈡埛寰�鏉ヨ褰曟煡璇�
+     *
      * @param receiptPaymentDto
      * @return
      */
-    List<CustomerInteractionDto> customerInteractions (ReceiptPaymentDto receiptPaymentDto);
+    List<CustomerInteractionDto> customerInteractions(ReceiptPaymentDto receiptPaymentDto);
 
     /**
      * 瀹㈡埛鍥炴璁板綍鏌ヨ
+     *
      * @param invoiceLedgerDto
      * @return
      */
@@ -70,10 +74,11 @@
     /**
      * 鏌ヨ鍥炴璁板綍涓嶅垎椤�
      */
-    List<ReceiptPaymentDto> receiptPaymentHistoryListNoPage( @Param("params") ReceiptPaymentDto receiptPaymentDto);
+    List<ReceiptPaymentDto> receiptPaymentHistoryListNoPage(@Param("params") ReceiptPaymentDto receiptPaymentDto);
 
     /**
      * 閫氳繃寮�绁ㄧ櫥璁颁骇鍝乮d鏌ヨ鏄惁宸茬粡鏈夊洖娆捐褰�
+     *
      * @param invoiceRegistrationProductId
      * @return
      */
@@ -81,7 +86,8 @@
 
     List<ReceiptPaymentDto> bindInvoiceNoRegListAll();
 
-    List<ReceiptPaymentExeclDto> bindInvoiceNoRegListByIds(List<Long> ids,Long tenantId);
+    List<ReceiptPaymentExeclDto> bindInvoiceNoRegListByIds(List<Long> ids, Long tenantId);
 
 
+    List<InvoiceLedgerDto> customerSalesInteractions(@Param("ew") InvoiceLedgerDto receiptPaymentDto);
 }

--
Gitblit v1.9.3