Browse Source

可查本级

master
zhangyuan 3 years ago
parent
commit
2a876a2ed3
  1. 1
      epmet-module/gov-org/gov-org-server/src/main/resources/mapper/CustomerAgencyDao.xml

1
epmet-module/gov-org/gov-org-server/src/main/resources/mapper/CustomerAgencyDao.xml

@ -945,7 +945,6 @@
AND ac.PID = '0' AND ac.PID = '0'
AND cop.PARAMETER_VALUE = 'open' AND cop.PARAMETER_VALUE = 'open'
<if test="areaCode != null and areaCode != ''"> <if test="areaCode != null and areaCode != ''">
AND ac.AREA_CODE != #{areaCode}
AND ac.AREA_CODE LIKE CONCAT(#{areaCode}, '%') AND ac.AREA_CODE LIKE CONCAT(#{areaCode}, '%')
</if> </if>
</select> </select>

Loading…
Cancel
Save