wuxw
2025-03-20 3b6f49f1123f68bb6d1424070600158f85b66a30
java110-db/src/main/resources/mapper/user/OwnerAppUserServiceDaoImplMapper.xml
@@ -176,6 +176,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" open="(" close=")"
                     separator="," item="item">#{item}
            </foreach>
        </if>
        <if test="appTypeCd !=null and appTypeCd != ''">
            and t.app_type_cd= #{appTypeCd}
        </if>
@@ -303,6 +309,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" open="(" close=")"
                     separator="," item="item">#{item}
            </foreach>
        </if>
        <if test="appTypeCd !=null and appTypeCd != ''">
            and t.app_type_cd= #{appTypeCd}
        </if>