dongdingding
董丁丁 2 years ago
parent 95f5b5451d
commit 2186f436da

@ -19,13 +19,13 @@
<select id="getSentimenClassificationBymediaType" <select id="getSentimenClassificationBymediaType"
resultType="com.ruoyi.screen.domain.response.ZongzhiSentimenClassificationResponse"> resultType="com.ruoyi.screen.domain.response.ZongzhiSentimenClassificationResponse">
select media_type as type,sum(media_count)as pt select media_type as type,sum(media_count)as pt
from tc_yq_fl from tc_yq_fl where media_type is not null
GROUP BY media_type GROUP BY media_type
</select> </select>
<select id="getSentimenClassificationByeventType" <select id="getSentimenClassificationByeventType"
resultType="com.ruoyi.screen.domain.response.ZongzhiSentimenClassificationResponse"> resultType="com.ruoyi.screen.domain.response.ZongzhiSentimenClassificationResponse">
select event_type as type, sum(event_count)as pt select event_type as type, sum(event_count)as pt
from tc_yq_fl from tc_yq_fl where event_type is not null
GROUP BY event_type GROUP BY event_type
</select> </select>
<select id="getWordCloud" resultType="com.ruoyi.screen.domain.response.ZongzhiSentimenWordCloudResponse"> <select id="getWordCloud" resultType="com.ruoyi.screen.domain.response.ZongzhiSentimenWordCloudResponse">

Loading…
Cancel
Save