From ea3a1cfbe5f4a08b962e44b57275e853484cd3c8 Mon Sep 17 00:00:00 2001 From: zhanglipeng Date: Mon, 31 May 2021 09:27:14 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E7=9F=A5=E5=85=AC=E5=91=8A=E5=8A=A8?= =?UTF-8?q?=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/rolling-notice/index.vue | 41 +++-- ruoyi-ui/src/views/index.vue | 23 ++- ruoyi-ui/src/views/system/notice/index.vue | 166 ++++++++++++------ .../mybatis/system/SysNoticeMapper.xml | 3 + 4 files changed, 163 insertions(+), 70 deletions(-) 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}, '%')