智能勾选显示字段更改

release
yishiqihuasheng 2 years ago
parent c3f257f11d
commit def02eab7d
  1. 4
      dxhy-base/src/main/resources/mapper/BaseFpZhMapper.xml

@ -78,6 +78,7 @@
and t.bdk_status in ('1','2') and t.bdk_status in ('1','2')
and t.export_mark = '0' and t.export_mark = '0'
and t.auth_status != '0' and t.auth_status != '0'
and t.rzh_yesorno != '0'
and t.company = #{company} and t.company = #{company}
and t.gf_tax_no in and t.gf_tax_no in
<foreach collection="gfsh" index="index" item="item" open="(" separator="," close=")"> <foreach collection="gfsh" index="index" item="item" open="(" separator="," close=")">
@ -345,6 +346,7 @@
and t.auth_status != '0' and t.auth_status != '0'
and t.bdk_status in ('1','2') and t.bdk_status in ('1','2')
and t.export_mark = '0' and t.export_mark = '0'
and t.rzh_yesorno != '0'
and t.company =#{company} and t.company =#{company}
and t.gf_tax_no in and t.gf_tax_no in
<foreach collection="gfsh" index="index" item="item" open="(" separator="," close=")"> <foreach collection="gfsh" index="index" item="item" open="(" separator="," close=")">
@ -383,7 +385,7 @@
<if test="inAccountStatus != null and inAccountStatus != '' and inAccountStatus != 'null' and inAccountStatus != '99' "> <if test="inAccountStatus != null and inAccountStatus != '' and inAccountStatus != 'null' and inAccountStatus != '99' ">
and t.inaccount_status = #{inAccountStatus} and t.inaccount_status = #{inAccountStatus}
</if> </if>
<if test="qszt != null and qszt != '' and qszt != 'null' "> <if test="qszt != null and qszt != '' and qszt != 'null' and qszt != '99'">
and t.qs_status = #{qszt} and t.qs_status = #{qszt}
</if> </if>
<if <if

Loading…
Cancel
Save