huliguo
4 天以前 c4abb3711bcee356935339f7c9fd9e2b58dee2bf
src/main/resources/mapper/keywordMapper.xml
@@ -50,6 +50,7 @@
        p.platform_name
        ORDER BY
        total_repetitions DESC
        LIMIT 30
    </select>
    <select id="getResultByTypeId" resultType="com.linghu.model.vo.PlatformProportionVO">
        SELECT
@@ -95,7 +96,7 @@
            </if>
        GROUP BY t.type_name,p.platform_name
        ORDER BY
        r.repetition_num  DESC
        total_repetitions  DESC
    </select>
    <select id="getResultByPlatformId" resultType="com.linghu.model.vo.ResultListVO">
        SELECT