From 25d9a3611f5ce3951aad4e7a40e2efc1d4dea068 Mon Sep 17 00:00:00 2001
From: luoxinwu <934743099@qq.com>
Date: 星期五, 29 十二月 2023 18:22:05 +0800
Subject: [PATCH] 党组织搜索

---
 springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/ComPbMemberMapper.xml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/ComPbMemberMapper.xml b/springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/ComPbMemberMapper.xml
index aca925a..99e3927 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/ComPbMemberMapper.xml
+++ b/springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/ComPbMemberMapper.xml
@@ -122,6 +122,9 @@
             <if test="dto.natureName !=null and dto.natureName !=''">
                 and cpcu.nature_name = #{dto.natureName}
             </if>
+            <if test="dto.orgName != null and dto.orgName !=''">
+                and cpcu.org_name = #{dto.orgName}
+            </if>
             <if test="dto.isRegister !=null">
                 <if test="dto.isRegister == 1">
                     and m.user_id IS NOT NULL

--
Gitblit v1.7.1