ariesy 解决其他客票查询不到的问题

release
yefei 2 years ago
parent caf043cc72
commit cef076aa20
  1. 6
      dxhy-extend/src/main/resources/mapper/ExtInvoicePoolMapper.xml

@ -342,7 +342,7 @@
bzdh bzdh,
sn_voucher_number snVoucherNumber
FROM
t_dx_invoice_reimburse
t_dx_record_invoice
where invoice_type in
('91','94','95','00','97','98','101','102','103','99')
<if test="cjksyf != null and cjksyf!= '' and cjjsyf != null and cjjsyf != ''">
@ -354,10 +354,6 @@
<if test="keyWord != null and keyWord != '' and keyWord != 'null' ">
AND CONCAT(IFNULL(invoice_code,''),IFNULL(invoice_no,'')) like CONCAT('%',#{keyWord},'%')
</if>
AND gf_tax_no in
<foreach collection="gfsh" index="index" item="item" open="(" separator="," close=")">
#{item}
</foreach>
<if test="invoiceType != null and invoiceType != '' and invoiceType != 'null' and invoiceType != '999' ">
AND invoice_type = #{invoiceType}
</if>

Loading…
Cancel
Save