大屏网络生态接口xml修改

dongdingding
董丁丁 2 years ago
parent 253bd3c655
commit 89a21cf52b

@ -7,7 +7,7 @@
<select id="getArticles" resultType="com.ruoyi.screen.domain.response.ZongzhiArticlesResponse">
select type, count(*) as count
from tc_network_article
from tc_network_article group by type
</select>
<select id="getAppraiser" resultType="com.ruoyi.screen.domain.response.ZongzhiAppraiserResponse">
select appraiser_type as type, ROUND(COUNT(*) * 100.0 / SUM(COUNT(*)) OVER (), 1) AS pt

Loading…
Cancel
Save