From de820b44c5128b96287e29f790d6257f2c2aca1c Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期二, 19 五月 2026 15:27:53 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev_pro_河南鹤壁' into dev_pro_河南鹤壁

---
 src/main/resources/mapper/basic/CustomerMapper.xml |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/mapper/basic/CustomerMapper.xml b/src/main/resources/mapper/basic/CustomerMapper.xml
index 20aaefc..b2546d7 100644
--- a/src/main/resources/mapper/basic/CustomerMapper.xml
+++ b/src/main/resources/mapper/basic/CustomerMapper.xml
@@ -26,7 +26,6 @@
         from customer c
         left join sys_user u on c.usage_user = u.user_id
         <where>
-            and c.usage_status = 1
             <if test="c.customerName != null and c.customerName != ''">
                 and customer_name like concat('%', #{c.customerName}, '%')
             </if>

--
Gitblit v1.9.3