日报评论信息调整

This commit is contained in:
aikai 2024-08-12 14:13:14 +08:00
parent 257d754034
commit 51784630b1

View File

@ -48,7 +48,7 @@
</if>
<if test="dto.isCommentOnMyBlog != null and dto.isCommentOnMyBlog == 1">
<if test="dto.userId != null">
and (a.user_id = #{dto.userId} or a.comment_user_id = #{dto.userId})
AND f.start_user_id = #{userId}
</if>
</if>
<if test="dto.isCommentOnMyBlog == null or dto.isCommentOnMyBlog == 0">