wuxw
2025-03-20 e40889177c25035496c526dbc12a9665d5b61ceb
java110-db/src/main/resources/mapper/user/OwnerServiceDaoImplMapper.xml
@@ -190,6 +190,12 @@
        <if test="communityId !=null and communityId != ''">
            and t.community_id= #{communityId}
        </if>
        <if test="communityIds != null">
            and t.community_id in
            <foreach collection="communityIds" item="item" open="(" close=")" separator=",">
                #{item}
            </foreach>
        </if>
        <if test="idCard !=null and idCard != ''">
            and t.id_card = #{idCard}
        </if>
@@ -277,6 +283,12 @@
        <if test="communityId !=null and communityId != ''">
            and t.community_id= #{communityId}
        </if>
        <if test="communityIds != null">
            and t.community_id in
            <foreach collection="communityIds" item="item" open="(" close=")" separator=",">
                #{item}
            </foreach>
        </if>
        <if test="idCard !=null and idCard != ''">
            and t.id_card = #{idCard}
        </if>