@ -125,7 +125,7 @@
<!-- and r.invoice_type = #{invoiceType} and r.lq_tdyslxDm!='08'-->
<!-- </if>-->
<if test="invoiceType != null and invoiceType != '' and invoiceType != 'null' ">
and r.invoice_type = #{invoiceType}
and t.invoice_type = #{invoiceType}
</if>
<if test="invoiceNo != null and invoiceNo != '' and invoiceNo != 'null' ">
and t.invoice_no = #{invoiceNo}