arieay 一键认证增加税率条件

release
yefei 2 years ago
parent a404e2711a
commit 9f87e4d85c
  1. 2
      dxhy-base/src/main/resources/mapper/BaseFpZhMapper.xml

@ -77,7 +77,7 @@
and (t.invoice_type in('01','03','08','14','31','283','161','183','185') or (t.invoice_type ='32' and t.lq_tdyslxDm='08'))
and t.bdk_status in ('1','2')
and t.export_mark = '0'
and t.auth_status != '0'
and t.auth_status in ('2','3','4')
and t.company = #{company}
<if test="sign != '88'">
and t.gf_tax_no in

Loading…
Cancel
Save