ariesy 增加导出未入账筛选条件

release
yefei 2 years ago
parent d8a2154ba5
commit 4459df2f28
  1. 3
      dxhy-core/src/main/resources/mapper/FpZhMapper.xml

@ -624,6 +624,9 @@
<if test="bzdh != null and bzdh != '' and bzdh != 'null' and bzdh != '99'">
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.inaccount_status = '1'
</if>
<if test="bzr != null and bzr != '' and bzr != 'null'">
and t.bzr like concat('%',#{bzr},'%')
</if>

Loading…
Cancel
Save