Browse Source

Merge remote-tracking branch 'remotes/origin/dev_bugfix_ljj' into dev_party_mange

master
jianjun 3 years ago
parent
commit
cf694a200d
  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

@ -965,7 +965,7 @@
and VILLAGE_ID = #{neighborHoodId}
</if>
<if test="buildingId != null and buildingId.trim() != ''">
and BUILD_ID = #{neighborHoodId}
and BUILD_ID = #{buildingId}
</if>
<if test="houseId != null and houseId.trim() != ''">
and HOME_ID = #{houseId}

Loading…
Cancel
Save