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

Loading…
Cancel
Save