修改mapper文件

release
yishiqihuasheng 2 years ago
parent 0ff56d5fa0
commit f25d2d37c1
  1. 8
      dxhy-extend/src/main/resources/mapper/ExtInvoicePoolMapper.xml

@ -356,10 +356,10 @@
<if test="cjksyf != null and cjksyf!= '' and cjjsyf != null and cjjsyf != ''">
AND create_date between #{cjksyf} and #{cjjsyf}
</if>
AND gf_tax_no in
<foreach collection="gfsh" index="index" item="item" open="(" separator="," close=")">
#{item}
</foreach>
<!-- AND gf_tax_no in-->
<!-- <foreach collection="gfsh" index="index" item="item" open="(" separator="," close=")">-->
<!-- #{item}-->
<!-- </foreach>-->
<if test="kpksrq != null and kpksrq!= '' and kpjsrq != null and kpjsrq != ''">
AND invoice_date between #{kpksrq} and #{kpjsrq}
</if>

Loading…
Cancel
Save