Browse Source

网格小组数据,话题数据

dev
zxc 5 years ago
parent
commit
f610d04595
  1. 4
      epmet-module/data-report/data-report-server/src/main/resources/mapper/group/GroupDao.xml
  2. 2
      epmet-module/data-report/data-report-server/src/main/resources/mapper/topic/TopicDao.xml

4
epmet-module/data-report/data-report-server/src/main/resources/mapper/group/GroupDao.xml

@ -74,6 +74,7 @@
AND agency_id = #{agencyId} AND agency_id = #{agencyId}
ORDER BY ORDER BY
date_id DESC date_id DESC
LIMIT 90
</select> </select>
<!--小组数量 月增长--> <!--小组数量 月增长-->
@ -83,12 +84,13 @@
group_incr AS value, group_incr AS value,
'小组数量' AS type '小组数量' AS type
FROM FROM
fact_group_agency_daily fact_group_agency_monthly
WHERE WHERE
del_flag = '0' del_flag = '0'
AND agency_id = #{agencyId} AND agency_id = #{agencyId}
ORDER BY ORDER BY
month_id DESC month_id DESC
LIMIT 12
</select> </select>
</mapper> </mapper>

2
epmet-module/data-report/data-report-server/src/main/resources/mapper/topic/TopicDao.xml

@ -156,6 +156,7 @@
AND agency_id = #{agencyId} AND agency_id = #{agencyId}
ORDER BY ORDER BY
date_id DESC date_id DESC
LIMIT 270
</select> </select>
<!--话题转议题--> <!--话题转议题-->
@ -187,6 +188,7 @@
AND agency_id = #{agencyId} AND agency_id = #{agencyId}
ORDER BY ORDER BY
month_id DESC month_id DESC
LIMIT 36
</select> </select>
<select id="getTopicShiftedIncrMonthly" parameterType="java.lang.String" resultType="com.epmet.topic.dto.result.TopicIncrTrendResultDTO"> <select id="getTopicShiftedIncrMonthly" parameterType="java.lang.String" resultType="com.epmet.topic.dto.result.TopicIncrTrendResultDTO">

Loading…
Cancel
Save