Browse Source

防疫信息查询

dev
zhaoqifeng 3 years ago
parent
commit
cb1fcb3856
  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

@ -673,7 +673,7 @@
AND GRID_ID = #{gridId} AND GRID_ID = #{gridId}
</if> </if>
<if test="neighborId != null and neighborId != ''"> <if test="neighborId != null and neighborId != ''">
AND NEIGHBOR_HOOD_ID = #{neighborId} AND VILLAGE_ID = #{neighborId}
</if> </if>
<if test="buildingId != null and buildingId != ''"> <if test="buildingId != null and buildingId != ''">
AND BUILD_ID = #{buildingId} AND BUILD_ID = #{buildingId}

Loading…
Cancel
Save