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

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

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

Loading…
Cancel
Save