Browse Source

Merge remote-tracking branch 'origin/dev_zhili' into dev_zhili

dev
yinzuomei 3 years ago
parent
commit
0e5a1f40ed
  1. 2
      epmet-module/gov-project/gov-project-server/src/main/resources/mapper/IcEventDao.xml

2
epmet-module/gov-project/gov-project-server/src/main/resources/mapper/IcEventDao.xml

@ -77,7 +77,7 @@
and e.GRID_ID =#{orgId}
</if>
<if test="orgType == 'agency'">
and e.GRID_PIDS like concat('',#{gridPids},'')
and e.GRID_PIDS like concat(#{gridPids},'%')
</if>
</where>
) t

Loading…
Cancel
Save