|
|
@ -1402,12 +1402,12 @@ |
|
|
|
<if test="eleInvoiceNo!=null and eleInvoiceNo!='' and eleInvoiceNo!='null'"> |
|
|
|
<if test="eleInvoiceNo!=null and eleInvoiceNo!='' and eleInvoiceNo!='null'"> |
|
|
|
and t.ele_invoice_no = #{eleInvoiceNo} |
|
|
|
and t.ele_invoice_no = #{eleInvoiceNo} |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
<if test="taxRate!=null and taxRate!='' and taxRate!='多税率' and taxRate != null and taxRate !='99'"> |
|
|
|
<if test="taxRate!=null and taxRate!='' and taxRate != null and taxRate !='99'"> |
|
|
|
and t.tax_rate = #{taxRate} |
|
|
|
and t.tax_rate = #{taxRate} |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
<if test="taxRate=='多税率'"> |
|
|
|
<!-- <if test="taxRate=='多税率'">--> |
|
|
|
and t.tax_rate like '%,%' |
|
|
|
<!-- and t.tax_rate like '%,%'--> |
|
|
|
</if> |
|
|
|
<!-- </if>--> |
|
|
|
|
|
|
|
|
|
|
|
</select> |
|
|
|
</select> |
|
|
|
<select id="selectRzhAllHj" parameterType="java.util.Map" |
|
|
|
<select id="selectRzhAllHj" parameterType="java.util.Map" |
|
|
|