综合查询导出添加条件

release
yishiqihuasheng 2 years ago
parent 5f71a86a51
commit cb253f0e0d
  1. 1
      dxhy-core/src/main/resources/mapper/BbfpzhmxMapper.xml

@ -52,6 +52,7 @@
${dxhyTertiary}.t_dx_record_invoice t
left JOIN ${dxhyDetail}.t_dx_record_invoice_detail b ON t.uuid = b.uuid
WHERE t.invoice_date between #{kpksrq} and #{kpjsrq}
and t.company = #{company}
and t.gf_tax_no in
<foreach collection="gfsh" index="index" item="item" open="(" separator="," close=")">
#{item}

Loading…
Cancel
Save