luoxinwu
2023-12-29 25d9a3611f5ce3951aad4e7a40e2efc1d4dea068
党组织搜索
1个文件已修改
3 ■■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/ComPbMemberMapper.xml 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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