From 9d66bfbfcda297f628e6a857e343f98422f4534a Mon Sep 17 00:00:00 2001
From: liyong <18434998025@163.com>
Date: 星期五, 22 五月 2026 09:32:28 +0800
Subject: [PATCH] Merge remote-tracking branch 'refs/remotes/origin/dev_New_pro' into dev_New_pro_OA
---
src/main/java/com/ruoyi/basic/mapper/CustomerMapper.java | 24 ++++++++++++++++--------
1 files changed, 16 insertions(+), 8 deletions(-)
diff --git a/src/main/java/com/ruoyi/basic/mapper/CustomerMapper.java b/src/main/java/com/ruoyi/basic/mapper/CustomerMapper.java
index b9e5725..f871b91 100644
--- a/src/main/java/com/ruoyi/basic/mapper/CustomerMapper.java
+++ b/src/main/java/com/ruoyi/basic/mapper/CustomerMapper.java
@@ -6,6 +6,8 @@
import com.ruoyi.basic.dto.CustomerDto;
import com.ruoyi.basic.pojo.Customer;
import com.ruoyi.basic.vo.CustomerVo;
+import com.ruoyi.sales.vo.CustomerTransactionsDetailsVo;
+import com.ruoyi.sales.vo.CustomerTransactionsVo;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
@@ -13,7 +15,7 @@
/**
* 瀹㈡埛妗fMapper鎺ュ彛
- *
+ *
* @author ruoyi
* @date 2025-05-07
*/
@@ -22,7 +24,7 @@
{
/**
* 鏌ヨ瀹㈡埛妗f
- *
+ *
* @param id 瀹㈡埛妗f涓婚敭
* @return 瀹㈡埛妗f
*/
@@ -30,7 +32,7 @@
/**
* 鏌ヨ瀹㈡埛妗f鍒楄〃
- *
+ *
* @param customer 瀹㈡埛妗f
* @return 瀹㈡埛妗f闆嗗悎
*/
@@ -38,7 +40,7 @@
/**
* 鏂板瀹㈡埛妗f
- *
+ *
* @param customer 瀹㈡埛妗f
* @return 缁撴灉
*/
@@ -46,7 +48,7 @@
/**
* 淇敼瀹㈡埛妗f
- *
+ *
* @param customer 瀹㈡埛妗f
* @return 缁撴灉
*/
@@ -54,7 +56,7 @@
/**
* 鍒犻櫎瀹㈡埛妗f
- *
+ *
* @param id 瀹㈡埛妗f涓婚敭
* @return 缁撴灉
*/
@@ -62,11 +64,17 @@
/**
* 鎵归噺鍒犻櫎瀹㈡埛妗f
- *
+ *
* @param ids 闇�瑕佸垹闄ょ殑鏁版嵁涓婚敭闆嗗悎
* @return 缁撴灉
*/
int deleteCustomerByIds(Long[] ids);
IPage<CustomerVo> listPage(Page<CustomerDto> page, @Param("c") CustomerDto customer, @Param("loginUserId") Long loginUserId);
-}
\ No newline at end of file
+
+ List<CustomerVo> list(@Param("c") CustomerDto customer, @Param("loginUserId") Long loginUserId);
+
+ IPage<CustomerTransactionsVo> customewTransactions(Page page, @Param("customerName") String customerName);
+
+ IPage<CustomerTransactionsDetailsVo> customewTransactionsDetails(Page page, @Param("customerId") Long customerId);
+}
--
Gitblit v1.9.3