From db096862043ac48dd6c2fa65f7dbc1e55f947688 Mon Sep 17 00:00:00 2001
From: liyong <18434998025@163.com>
Date: 星期二, 19 五月 2026 11:37:15 +0800
Subject: [PATCH] fix(customer): 修复客户查询中使用状态过滤条件

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

diff --git a/src/main/resources/mapper/basic/CustomerMapper.xml b/src/main/resources/mapper/basic/CustomerMapper.xml
index 57dea6c..b2546d7 100644
--- a/src/main/resources/mapper/basic/CustomerMapper.xml
+++ b/src/main/resources/mapper/basic/CustomerMapper.xml
@@ -107,4 +107,4 @@
             </if>
         </where>
     </select>
-</mapper>
\ No newline at end of file
+</mapper>

--
Gitblit v1.9.3