yinzuomei 3 years ago
parent
commit
33fdecc394
  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

@ -271,7 +271,7 @@
and ie.HAPPEN_TIME >= #{queryStartTime} and ie.HAPPEN_TIME >= #{queryStartTime}
and ie.HAPPEN_TIME <![CDATA[<=]]> #{queryEndTime} and ie.HAPPEN_TIME <![CDATA[<=]]> #{queryEndTime}
<if test="orgType == 'agency'"> <if test="orgType == 'agency'">
and e.GRID_PIDS like CONCAT(#{gridPids},'%') and ie.GRID_PIDS like CONCAT(#{gridPids},'%')
</if> </if>
<if test="orgType == 'grid'"> <if test="orgType == 'grid'">
AND ie.GRID_ID = #{orgId} AND ie.GRID_ID = #{orgId}

Loading…
Cancel
Save