|
|
|
@ -226,6 +226,12 @@ |
|
|
|
|
<!-- <if test="qsksrq==null or qsksrq=='' or qsjsrq==null or qsjsrq==''">--> |
|
|
|
|
<!-- order by t.invoice_date desc--> |
|
|
|
|
<!-- </if>--> |
|
|
|
|
<if test="taxRate!=null and taxRate!='' and taxRate!='多税率' and taxRate != null and taxRate !='99'"> |
|
|
|
|
and t.tax_rate = #{taxRate} |
|
|
|
|
</if> |
|
|
|
|
<if test="taxRate=='多税率'"> |
|
|
|
|
and t.tax_rate like '%,%' |
|
|
|
|
</if> |
|
|
|
|
<if test="sortPzbh == 1"> |
|
|
|
|
order by t.sn_voucher_number |
|
|
|
|
</if> |
|
|
|
|