Your Name
2023-07-03 2b919980a8c70554a64cb3d03cc95679af4d817f
java110-db/src/main/resources/mapper/fee/FeeReceiptServiceDaoImplMapper.xml
@@ -81,6 +81,9 @@
                #{item}
            </foreach>
        </if>
        <if test="feeId !=null and feeId != ''">
            and frd.fee_id = #{feeId}
        </if>
        <if test="objType !=null and objType != ''">
            and t.obj_type= #{objType}
        </if>
@@ -335,6 +338,9 @@
                #{item}
            </foreach>
        </if>
        <if test="feeId !=null and feeId != ''">
            and frd.fee_id = #{feeId}
        </if>
        <if test="objType !=null and objType != ''">
            and t.obj_type= #{objType}
        </if>