ariesy 筛选已入账数据

release
yefei 2 years ago
parent 4553b9d062
commit 0c9ddd4efd
  1. 2
      dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml

@ -137,7 +137,7 @@
and t.bzdh = #{bzdh}
</if>
<if test="bzdh == null or bzdh == '' or bzdh == 'null' or bzdh == '99'">
and t.bzdh is not null
and t.bzdh is not null and t.inaccount_status = '1'
</if>
<if test="taxRate != null and taxRate != '' and taxRate != 'null' and taxRate != '99'">
and (t.tax_rate in

Loading…
Cancel
Save