src/main/java/org/springblade/modules/article/mapper/ArticleCommentMapper.xml
@@ -80,6 +80,7 @@ <if test="noticeComment.phone != null ">and bu.phone like concat('%',#{noticeComment.phone},'%')</if> <if test="noticeComment.name != null ">and bu.name like concat('%',#{noticeComment.name},'%')</if> <if test="noticeComment.title != null ">and ja.title like concat('%',#{noticeComment.title},'%') </if> and jac.user_id is not null </where> </select>