Merge remote-tracking branch 'origin/master'

This commit is contained in:
bao
2025-12-18 21:38:19 +08:00
6 changed files with 46 additions and 0 deletions

View File

@@ -27,4 +27,8 @@
#{isPublic}, 0, 0, #{createdAt}, #{updatedAt})
</insert>
<delete id="deletePostById" parameterType="int">
DELETE FROM post WHERE post_id = #{postId}
</delete>
</mapper>