java110
2023-05-25 781c2e20a4bb844dae3f4eafbf5f0e494b942ea8
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>