|
|
|
@ -236,10 +236,10 @@ |
|
|
|
|
and t.account_period = #{accountPeriod} |
|
|
|
|
</if> |
|
|
|
|
<if test="taxRate!=null and taxRate!='' and taxRate != null and taxRate !='99'"> |
|
|
|
|
and t.tax_rate like %#{taxRate}% |
|
|
|
|
and t.tax_rate = #{taxRate} |
|
|
|
|
</if> |
|
|
|
|
<if test="taxRate==''"> |
|
|
|
|
and t.tax_rate #{taxRate} |
|
|
|
|
and t.tax_rate = #{taxRate} |
|
|
|
|
</if> |
|
|
|
|
</select> |
|
|
|
|
<!-- order by t.rzh_date desc,t.invoice_date desc--> |
|
|
|
@ -499,10 +499,10 @@ |
|
|
|
|
and t.ele_invoice_no = #{eleInvoiceNo} |
|
|
|
|
</if> |
|
|
|
|
<if test="taxRate!=null and taxRate!='' and taxRate != null and taxRate !='99'"> |
|
|
|
|
and t.tax_rate like %#{taxRate}% |
|
|
|
|
and t.tax_rate = #{taxRate} |
|
|
|
|
</if> |
|
|
|
|
<if test="taxRate==''"> |
|
|
|
|
and t.tax_rate #{taxRate} |
|
|
|
|
and t.tax_rate = #{taxRate} |
|
|
|
|
</if> |
|
|
|
|
</select> |
|
|
|
|
<select id="selectRzfpHj" parameterType="java.util.Map" |
|
|
|
|