Browse Source

ic事件处理分析:组织pids查询的bug

dev
wangxianzhang 3 years ago
parent
commit
b79298a5f2
  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