Browse Source

社区列表服务器开小差

dev
lichao 2 years ago
parent
commit
f76b9760a9
  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