修复bug

This commit is contained in:
苏元皓
2024-09-05 14:06:57 +08:00
parent ee64bca6fd
commit 117ab31c00
4 changed files with 27 additions and 14 deletions

View File

@@ -86,7 +86,6 @@
SELECT title
FROM post
WHERE is_deleted = 0 AND is_public = 1
ORDER BY view_count DESC, like_count DESC
LIMIT 9
</select>
<select id="searchPosts" resultType="com.ivmiku.tutorial.entity.Post">