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