日报评论信息调整
This commit is contained in:
parent
257d754034
commit
51784630b1
@ -48,7 +48,7 @@
|
|||||||
</if>
|
</if>
|
||||||
<if test="dto.isCommentOnMyBlog != null and dto.isCommentOnMyBlog == 1">
|
<if test="dto.isCommentOnMyBlog != null and dto.isCommentOnMyBlog == 1">
|
||||||
<if test="dto.userId != null">
|
<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>
|
</if>
|
||||||
<if test="dto.isCommentOnMyBlog == null or dto.isCommentOnMyBlog == 0">
|
<if test="dto.isCommentOnMyBlog == null or dto.isCommentOnMyBlog == 0">
|
||||||
|
Loading…
Reference in New Issue
Block a user