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