认证查询导出条件修改

release
yishiqihuasheng 2 years ago
parent def02eab7d
commit 4973f600b6
  1. 1
      dxhy-core/src/main/resources/mapper/FpZhMapper.xml

@ -100,6 +100,7 @@
and t.bdk_status in ('1','2')
and t.export_mark = '0'
and t.auth_status != '0'
and t.rzh_yesorno != '0'
and t.company = #{company}
and t.gf_tax_no in
<foreach collection="gfsh" index="index" item="item" open="(" separator="," close=")">

Loading…
Cancel
Save