diff --git a/ruoyi-ui/src/components/rolling-notice/index.vue b/ruoyi-ui/src/components/rolling-notice/index.vue index 897295d3d..636387e56 100644 --- a/ruoyi-ui/src/components/rolling-notice/index.vue +++ b/ruoyi-ui/src/components/rolling-notice/index.vue @@ -7,26 +7,31 @@
\ No newline at end of file diff --git a/ruoyi/src/main/resources/mybatis/system/SysNoticeMapper.xml b/ruoyi/src/main/resources/mybatis/system/SysNoticeMapper.xml index c12816a2c..77abb539f 100644 --- a/ruoyi/src/main/resources/mybatis/system/SysNoticeMapper.xml +++ b/ruoyi/src/main/resources/mybatis/system/SysNoticeMapper.xml @@ -36,6 +36,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" AND notice_type = #{noticeType} + + AND status = #{status} + AND create_by like concat('%', #{createBy}, '%')