This commit is contained in:
sjm
2023-12-22 17:05:37 +08:00
parent b77f863fb5
commit b2cff4c97a
12 changed files with 557 additions and 1 deletions

View File

@@ -153,5 +153,10 @@
where root_comment_id = 0 and comment_status = 0
</select>
<select id="selectByAllReply" parameterType="java.lang.Integer" resultMap="BaseResultMap">
select
*
from ln_comment
where root_comment_id = #{rootCommentId,jdbcType=INTEGER} and comment_status = 0
</select>
</mapper>