添加为认证状态为6的

release
路明慧 2 years ago
parent 587b2a6437
commit d35b500d4e
  1. 4
      dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml

@ -130,7 +130,7 @@
and t.qs_status = #{qszt}
</if>
<if test="rzzt == '0'.toString()">
and t.auth_status = #{rzzt}
and t.auth_status in ('1','2')
</if>
<if test="rzzt == '1'.toString()">
and (t.auth_status = '2' or t.auth_status = '3')
@ -452,7 +452,7 @@
and t.qs_status = #{qszt}
</if>
<if test="rzzt == '0'.toString()">
and t.auth_status = #{rzzt}
and t.auth_status in ('0','6')
</if>
<if test="rzzt == '1'.toString()">
and (t.auth_status = '2' or t.auth_status = '3')

Loading…
Cancel
Save