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