arieay 增加已入账状态筛选条件

release
yefei 2 years ago
parent 2e1f462dd3
commit 467c21f9b3
  1. 2
      dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml

@ -133,7 +133,7 @@
and t.qs_status = #{qszt}
</if>
<if test="bzdh != null and bzdh != '' and bzdh != 'null' and bzdh != '99'">
and t.bzdh = #{bzdh}
and t.bzdh = #{bzdh} and t.inaccount_status = '1'
</if>
<if test=" bzdh == ''">
and t.bzdh is not null and t.inaccount_status = '1'

Loading…
Cancel
Save