arieay 一键认证增加税率条件

release
yefei 2 years ago
parent 9f87e4d85c
commit 4944e3b8d5
  1. 8
      dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml

@ -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"

Loading…
Cancel
Save