@ -85,6 +85,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<includerefid="selectFinancialTaxInvoiceVo"/>
<includerefid="selectFinancialTaxInvoiceVo"/>
<where>
<where>
<iftest="taxInvoiceCode != null and taxInvoiceCode != ''"> and tax_invoice_code = #{taxInvoiceCode}</if>
<iftest="taxInvoiceCode != null and taxInvoiceCode != ''"> and tax_invoice_code = #{taxInvoiceCode}</if>
<iftest="salesOrderCode != null and salesOrderCode != ''"> and sales_order_code = #{salesOrderCode}</if>
<iftest="taxInvoiceStatus != null and taxInvoiceStatus != ''"> and tax_invoice_status = #{taxInvoiceStatus}</if>
<iftest="taxInvoiceStatus != null and taxInvoiceStatus != ''"> and tax_invoice_status = #{taxInvoiceStatus}</if>
<iftest="taxInvoiceType != null and taxInvoiceType != ''"> and tax_invoice_type = #{taxInvoiceType}</if>
<iftest="taxInvoiceType != null and taxInvoiceType != ''"> and tax_invoice_type = #{taxInvoiceType}</if>
<iftest="taxInvoiceClass != null and taxInvoiceClass != ''"> and tax_invoice_class = #{taxInvoiceClass}</if>
<iftest="taxInvoiceClass != null and taxInvoiceClass != ''"> and tax_invoice_class = #{taxInvoiceClass}</if>
@ -96,6 +97,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<iftest="invoicePhone != null and invoicePhone != ''"> and invoice_phone = #{invoicePhone}</if>
<iftest="invoicePhone != null and invoicePhone != ''"> and invoice_phone = #{invoicePhone}</if>
<iftest="params.beginCreateTime != null and params.beginCreateTime != '' and params.endCreateTime != null and params.endCreateTime != ''"> and create_time between #{params.beginCreateTime} and #{params.endCreateTime}</if>
<iftest="params.beginCreateTime != null and params.beginCreateTime != '' and params.endCreateTime != null and params.endCreateTime != ''"> and create_time between #{params.beginCreateTime} and #{params.endCreateTime}</if>