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