修改认证条件为未认证的状态

release
路明慧 2 years ago
parent 0137d0971f
commit f4eb8b10e4
  1. 2
      dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml
  2. 2
      dxhy-core/src/main/resources/mapper/FpZhMapper.xml

@ -131,7 +131,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')

@ -613,7 +613,7 @@
and t.bzr like concat('%',#{bzr},'%')
</if>
<if test="rzzt == '0'.toString()">
and t.auth_status in ('1','6')
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