zxc 3 years ago
parent
commit
bdcf94109a
  1. 2
      epmet-user/epmet-user-server/src/main/resources/mapper/IcResiUserDao.xml

2
epmet-user/epmet-user-server/src/main/resources/mapper/IcResiUserDao.xml

@ -1369,7 +1369,7 @@
AND RHZK = 'hzrbz' AND RHZK = 'hzrbz'
</if> </if>
<if test='null != rhType and rhType.trim() != "" and rhType == "no" '> <if test='null != rhType and rhType.trim() != "" and rhType == "no" '>
AND(RHZK = '' or RHZK = null) AND(RHZK = '' or RHZK IS null)
</if> </if>
<choose> <choose>
<when test='orgType == "agency"'> <when test='orgType == "agency"'>

Loading…
Cancel
Save