Browse Source

迁出搜索字段修改

dev
Jackwang 3 years ago
parent
commit
bf79ba88e6
  1. 2
      epmet-user/epmet-user-server/src/main/resources/mapper/ChangeRelocationDao.xml

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

@ -45,7 +45,7 @@
WHERE
r.DEL_FLAG = '0'
<if test="gridId != null and gridId != ''">
AND r.GRID_ID = #{gridId}
AND r.AGENCY_ID = #{gridId}
</if>
<if test="villageId != null and villageId != ''">
AND r.VILLAGE_ID = #{villageId}

Loading…
Cancel
Save