票池导出修改认证状态为已认证sql

release
路明慧 2 years ago
parent 7751d50a31
commit e52a97ae51
  1. 10
      dxhy-core/src/main/resources/mapper/ExtPaperMapper.xml

@ -299,12 +299,15 @@
<if test="qszt != null and qszt != '' and qszt != 'null' and qszt != '99'">
and t.qs_status = #{qszt}
</if>
<if test="rzzt != null and rzzt != '' and rzzt != 'null' and rzzt != '99'">
<if test="rzzt != null and rzzt != '' and rzzt != 'null' and rzzt != '99' and rzzt != '3'.toString()">
and t.rzh_yesorno = #{rzzt}
</if>
<if test='rzzt == "99"'>
and t.rzh_yesorno in ('1','2','0')
</if>
<if test='rzzt == "3"'>
and t.rzh_yesorno in ('1','2')
</if>
<if test="rzlx != null and rzlx != '' and rzlx != 'null' and rzlx != '99'">
and t.rzlx = #{rzlx}
</if>
@ -549,12 +552,15 @@
<if test="qszt != null and qszt != '' and qszt != 'null' and qszt != '99'">
and t.qs_status = #{qszt}
</if>
<if test="rzzt != null and rzzt != '' and rzzt != 'null' and rzzt != '99'">
<if test="rzzt != null and rzzt != '' and rzzt != 'null' and rzzt != '99' and rzzt != '3'.toString()">
and t.rzh_yesorno = #{rzzt}
</if>
<if test='rzzt == "99"'>
and t.rzh_yesorno in ('1','2','0')
</if>
<if test='rzzt == "3"'>
and t.rzh_yesorno in ('1','2')
</if>
<if test="rzlx != null and rzlx != '' and rzlx != 'null' and rzlx != '99'">
and t.rzlx = #{rzlx}
</if>

Loading…
Cancel
Save