From 54518511d26345c331427cb779c4cbd3056904bc Mon Sep 17 00:00:00 2001 From: zhanglipeng Date: Sun, 5 Sep 2021 16:11:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=88=E8=AE=A1=E5=88=92=E8=BF=87=E6=BB=A4?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/benyi/thememonthplan/index.vue | 2 +- ruoyi-ui/src/views/benyi/thememonthplanapproval/index.vue | 2 +- .../project/benyi/controller/ByThemeMonthplanController.java | 2 -- .../src/main/resources/mybatis/benyi/ByThemeMonthplanMapper.xml | 2 +- 4 files changed, 3 insertions(+), 5 deletions(-) diff --git a/ruoyi-ui/src/views/benyi/thememonthplan/index.vue b/ruoyi-ui/src/views/benyi/thememonthplan/index.vue index 38d4396ac..491ff69cf 100644 --- a/ruoyi-ui/src/views/benyi/thememonthplan/index.vue +++ b/ruoyi-ui/src/views/benyi/thememonthplan/index.vue @@ -45,7 +45,7 @@ - + - + and a.classid = #{classid} and a.xnxq = #{xnxq} and a.month = #{month} - and a.themes = #{themes} + and a.themes like concat('%;', #{themes}, ';%') and a.selfthemes = #{selfthemes} and a.wxkc = #{wxkc} and a.support = #{support}