Merge branches '0614-增加税率筛选条件' and 'test' of http://192.168.12.182/invoice/pt into test

release
yefei 2 years ago
commit 3e5d175496
  1. 3
      dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml

@ -1093,6 +1093,9 @@
and t.bzr like concat('%',#{bzr},'%')
</if>
<if test="bzdh != null and bzdh != '' and bzdh != 'null' and bzdh != '99'">
and t.bzdh is not null and t.inaccount_status = '1'
</if>
<if test="bzdh == ''">
and t.bzdh = #{bzdh}
</if>
<if test="inAccountStatus != null and inAccountStatus != '' and inAccountStatus != 'null' and inAccountStatus != '99' and inAccountStatus == '1'.toString()">

Loading…
Cancel
Save