ariesy 筛选已入账数据

release
yefei 2 years ago
parent f483ce66d8
commit c0ac79681c
  1. 2
      dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml

@ -137,7 +137,7 @@
and t.bzdh = #{bzdh} and t.bzdh = #{bzdh}
</if> </if>
<if test="bzdh == null or bzdh == '' or bzdh == 'null' or bzdh == '99'"> <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>
<if test="inAccountStatus != null and inAccountStatus != '' and inAccountStatus != 'null' and inAccountStatus != '99' and inAccountStatus == '1'.toString()"> <if test="inAccountStatus != null and inAccountStatus != '' and inAccountStatus != 'null' and inAccountStatus != '99' and inAccountStatus == '1'.toString()">
and t.inaccount_status = #{inAccountStatus} and t.inaccount_status = #{inAccountStatus}

Loading…
Cancel
Save