ariesy 已认证的数据认证证人为空时,设置成damin

release
yefei 2 years ago
parent 6d646e3d63
commit 56b2a9ff5e
  1. 2
      dxhy-base/src/main/resources/mapper/BaseFpZhMapper.xml

@ -440,7 +440,7 @@
<if test="qsr != null and qsr != '' and qsr != 'null' ">
and t.qs_name = #{qsr}
</if>
<if test="rzhr == 'admin'">
<if test="rzhr == '[admin]'">
and (t.confirm_user in
<foreach collection="rzhr" index="index" item="item" open="(" separator="," close=")">
#{item}

Loading…
Cancel
Save