修改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 != ''"> <if test="cjksyf != null and cjksyf!= '' and cjjsyf != null and cjjsyf != ''">
AND create_date between #{cjksyf} and #{cjjsyf} AND create_date between #{cjksyf} and #{cjjsyf}
</if> </if>
AND gf_tax_no in <!-- AND 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="kpksrq != null and kpksrq!= '' and kpjsrq != null and kpjsrq != ''"> <if test="kpksrq != null and kpksrq!= '' and kpjsrq != null and kpjsrq != ''">
AND invoice_date between #{kpksrq} and #{kpjsrq} AND invoice_date between #{kpksrq} and #{kpjsrq}
</if> </if>

Loading…
Cancel
Save