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'
</if>
<if test='null != rhType and rhType.trim() != "" and rhType == "no" '>
AND(RHZK = '' or RHZK = null)
AND(RHZK = '' or RHZK IS null)
</if>
<choose>
<when test='orgType == "agency"'>

Loading…
Cancel
Save