Browse Source

Merge branch 'yantai_zhengwu_master' into dev

master
lichao 2 years ago
parent
commit
88df23a9d2
  1. 2
      epmet-module/gov-org/gov-org-server/src/main/resources/mapper/CustomerAgencyDao.xml

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

@ -1225,7 +1225,7 @@
FROM customer_agency
WHERE DEL_FLAG = '0'
AND `LEVEL` = 'community'
AND PIDS LIKE CONCAT(#{agencyId},'%')
AND PIDS LIKE CONCAT(#{pids},'%')
<if test="timeStart != null">
and CREATED_TIME &gt;= #{timeStart}
</if>

Loading…
Cancel
Save