luoxinwu
2023-12-29 381fdcc1022286746301bdb7579af9e505e40ebd
党组织搜索2
1个文件已修改
5 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/ComPbMemberMapper.xml 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/ComPbMemberMapper.xml
@@ -74,7 +74,7 @@
        <where>
            and m.audit_result = 1
            <if test='dto.orgName != null and dto.orgName != &quot;&quot;'>
                and o.name like concat(#{dto.orgName},'%')
                and cpcu.org_name like concat(#{dto.orgName},'%')
            </if>
            <if test='dto.orgId != null'>
               and o.id = #{dto.orgId}
@@ -121,9 +121,6 @@
            </if>
            <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">