修改mapper文件

release
yishiqihuasheng 2 years ago
parent 34e5f36eb7
commit 08eca8ef9e
  1. 4
      dxhy-extend/src/main/resources/mapper/ExtInvoicePoolMapper.xml

@ -130,7 +130,7 @@
<if test="invoiceSource!=null and invoiceSource!='' and invoiceSource!='99'"> <if test="invoiceSource!=null and invoiceSource!='' and invoiceSource!='99'">
and t.invoice_source = #{invoiceSource} and t.invoice_source = #{invoiceSource}
</if> </if>
and t.invoice_type != '101' and t.invoice_type not in ('91','95','97','99','101','00')
</select> </select>
<select id="listAddTaxInvoice" parameterType="java.util.Map" <select id="listAddTaxInvoice" parameterType="java.util.Map"
resultType="com.dxhy.extend.entity.ExtAddTaxInvoice" databaseId="mysql"> resultType="com.dxhy.extend.entity.ExtAddTaxInvoice" databaseId="mysql">
@ -257,7 +257,7 @@
<!-- <if test="snVoucherNumber !=null and snVoucherNumber !='' and snVoucherNumber !='99'">--> <!-- <if test="snVoucherNumber !=null and snVoucherNumber !='' and snVoucherNumber !='99'">-->
<!-- and t.sn_voucher_number = #{snVoucherNumber}--> <!-- and t.sn_voucher_number = #{snVoucherNumber}-->
<!-- </if>--> <!-- </if>-->
and t.invoice_type != '101' and t.invoice_type not in ('91','95','97','99','101','00')
</select> </select>
<!--其他发票汇总--> <!--其他发票汇总-->
<select id="selectOtherHj" parameterType="java.util.Map" <select id="selectOtherHj" parameterType="java.util.Map"

Loading…
Cancel
Save