overview统计
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user