删除认证查询reh_yesorno条件

release
yishiqihuasheng 2 years ago
parent ec20b24733
commit cf805f9b7c
  1. 2
      dxhy-base/src/main/resources/mapper/BaseFpZhMapper.xml

@ -78,7 +78,6 @@
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=")">
@ -349,7 +348,6 @@
and t.auth_status != '0'
and t.bdk_status in ('1','2')
and t.export_mark = '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