overview统计

This commit is contained in:
2026-01-01 16:19:55 +08:00
parent eb15706ccc
commit b53faca120
17 changed files with 425 additions and 40 deletions

View File

@@ -83,6 +83,9 @@
</if>
</where>
ORDER BY frequency DESC, create_time DESC
<if test="filter.limit != null and filter.limit > 0">
LIMIT #{filter.limit}
</if>
</select>
<select id="selectWordCloudPage" resultMap="BaseResultMap">