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

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

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

Loading…
Cancel
Save