大票综合查询导出

release
yishiqihuasheng 2 years ago
parent 3f54c0432f
commit 76dea7bb96
  1. 1
      dxhy-core/src/main/resources/mapper/BbfpzhMapper.xml

@ -66,6 +66,7 @@
t.settlement_status,t.voucher_number,t.total_amount t.settlement_status,t.voucher_number,t.total_amount
from t_dx_record_invoice t from t_dx_record_invoice t
WHERE t.invoice_date between #{kpksrq} and #{kpjsrq} WHERE t.invoice_date between #{kpksrq} and #{kpjsrq}
and t.company = #{company}
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}

Loading…
Cancel
Save