java110
2023-05-30 f14c50cb0036d3ddd655ce4e34732ba396a836c4
java110-db/src/main/resources/mapper/fee/AccountReceiptV1ServiceDaoImplMapper.xml
@@ -30,6 +30,13 @@
        <if test="arId !=null and arId != ''">
            and t.ar_id= #{arId}
        </if>
        <if test="arIds != null">
            and t.ar_id in
            <foreach collection="arIds" item="item" open="(" close=")" separator=",">
                #{item}
            </foreach>
        </if>
        <if test="ownerName !=null and ownerName != ''">
            and t.owner_name= #{ownerName}
        </if>
@@ -107,6 +114,12 @@
        <if test="arId !=null and arId != ''">
            and t.ar_id= #{arId}
        </if>
        <if test="arIds != null">
            and t.ar_id in
            <foreach collection="arIds" item="item" open="(" close=")" separator=",">
                #{item}
            </foreach>
        </if>
        <if test="ownerName !=null and ownerName != ''">
            and t.owner_name= #{ownerName}
        </if>