huliguo
2025-07-11 6d794867f4255811ad990224b7ca25f6efcf77a0
src/main/resources/mapper/keywordMapper.xml
@@ -93,6 +93,7 @@
            <if test="typeId != null">
                AND p.type_id = #{typeId}
            </if>
        GROUP BY t.type_name,p.platform_name
        ORDER BY
        r.repetition_num  DESC
    </select>
@@ -117,6 +118,7 @@
            <if test="platformId != null">
                AND r.platform_id = #{platformId}
            </if>
        ORDER BY
        r.repetition_num,
        r.create_time DESC