|
|
@ -156,7 +156,6 @@ |
|
|
|
<if test="companyCode != null and companyCode != '' and companyCode != 'null' and companyCode != '99' and companyCode == '88'"> |
|
|
|
<if test="companyCode != null and companyCode != '' and companyCode != 'null' and companyCode != '99' and companyCode == '88'"> |
|
|
|
and (t.comp_code = '' or t.comp_code is null) |
|
|
|
and (t.comp_code = '' or t.comp_code is null) |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
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"> |
|
|
|