|
@ -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"> |
|
|