zhongrj
2023-12-21 a221c564aa5f3e6b22bed25d789b79c5d6c4e643
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>