手工认证导出未认证添加已撤销认证

release
路明慧 2 years ago
parent 4b7eee4642
commit 1864611d52
  1. 2
      dxhy-core/src/main/resources/mapper/FpZhMapper.xml

@ -613,7 +613,7 @@
and t.bzr like concat('%',#{bzr},'%')
</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')

Loading…
Cancel
Save