wuxw
2025-03-20 3b6f49f1123f68bb6d1424070600158f85b66a30
java110-db/src/main/resources/mapper/acct/AccountServiceDaoImplMapper.xml
@@ -150,6 +150,12 @@
        <if test="partId !=null and partId != ''">
            and t.part_id= #{partId}
        </if>
        <if test="communityIds !=null ">
            and t.part_id in
            <foreach collection="communityIds" item="item" open="(" close=")" separator=",">
                #{item}
            </foreach>
        </if>
        <if test="link !=null and link != ''">
            and t.link= #{link}
        </if>
@@ -253,6 +259,12 @@
        <if test="partId !=null and partId != ''">
            and t.part_id= #{partId}
        </if>
        <if test="communityIds !=null ">
            and t.part_id in
            <foreach collection="communityIds" item="item" open="(" close=")" separator=",">
                #{item}
            </foreach>
        </if>
        <if test="link !=null and link != ''">
            and t.link= #{link}
        </if>