销项票池和进项票池导出条件同步查询

release
yishiqihuasheng 2 years ago
parent 29a146c6f8
commit 16a0b2c080
  1. 32
      dxhy-core/src/main/resources/mapper/ExtPaperMapper.xml

@ -293,10 +293,10 @@
like like
CONCAT('%',#{keyWord},'%') CONCAT('%',#{keyWord},'%')
</if> </if>
<!-- and t.gf_tax_no in--> and t.gf_tax_no in
<!-- <foreach collection="gfsh" index="index" item="item" open="(" separator="," close=")">--> <foreach collection="gfsh" index="index" item="item" open="(" separator="," close=")">
<!-- #{item}--> #{item}
<!-- </foreach>--> </foreach>
<if test="invoiceType != null and invoiceType != '' and invoiceType != 'null' and invoiceType != '99' "> <if test="invoiceType != null and invoiceType != '' and invoiceType != 'null' and invoiceType != '99' ">
and t.invoice_type = #{invoiceType} and t.invoice_type = #{invoiceType}
</if> </if>
@ -400,10 +400,10 @@
like like
CONCAT('%',#{keyWord},'%') CONCAT('%',#{keyWord},'%')
</if> </if>
<!-- and t.xf_tax_no in--> and t.xf_tax_no in
<!-- <foreach collection="gfsh" index="index" item="item" open="(" separator="," close=")">--> <foreach collection="gfsh" index="index" item="item" open="(" separator="," close=")">
<!-- #{item}--> #{item}
<!-- </foreach>--> </foreach>
<if test="invoiceType != null and invoiceType != '' and invoiceType != 'null' and invoiceType != '99' "> <if test="invoiceType != null and invoiceType != '' and invoiceType != 'null' and invoiceType != '99' ">
and t.invoice_type = #{invoiceType} and t.invoice_type = #{invoiceType}
</if> </if>
@ -559,10 +559,10 @@
like like
CONCAT('%',#{keyWord},'%') CONCAT('%',#{keyWord},'%')
</if> </if>
<!-- and t.gf_tax_no in--> and t.gf_tax_no in
<!-- <foreach collection="gfsh" index="index" item="item" open="(" separator="," close=")">--> <foreach collection="gfsh" index="index" item="item" open="(" separator="," close=")">
<!-- #{item}--> #{item}
<!-- </foreach>--> </foreach>
<if test="invoiceType != null and invoiceType != '' and invoiceType != 'null' and invoiceType != '99' "> <if test="invoiceType != null and invoiceType != '' and invoiceType != 'null' and invoiceType != '99' ">
and t.invoice_type = #{invoiceType} and t.invoice_type = #{invoiceType}
</if> </if>
@ -669,10 +669,10 @@
like like
CONCAT('%',#{keyWord},'%') CONCAT('%',#{keyWord},'%')
</if> </if>
<!-- and t.xf_tax_no in--> and t.xf_tax_no in
<!-- <foreach collection="gfsh" index="index" item="item" open="(" separator="," close=")">--> <foreach collection="gfsh" index="index" item="item" open="(" separator="," close=")">
<!-- #{item}--> #{item}
<!-- </foreach>--> </foreach>
<if test="invoiceType != null and invoiceType != '' and invoiceType != 'null' and invoiceType != '99' "> <if test="invoiceType != null and invoiceType != '' and invoiceType != 'null' and invoiceType != '99' ">
and t.invoice_type = #{invoiceType} and t.invoice_type = #{invoiceType}
</if> </if>

Loading…
Cancel
Save