From aac27a86c8bd437a7594a347e2f92d49f5eef596 Mon Sep 17 00:00:00 2001 From: luozukai Date: Tue, 9 Apr 2019 12:33:16 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=B6=88=E6=81=AF=E7=BB=84=E4=BB=B6][?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0][=E6=B7=BB=E5=8A=A0=E8=B4=A6=E5=8D=95?= =?UTF-8?q?=E9=82=AE=E4=BB=B6=E9=80=9A=E7=9F=A5]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/WxTopicMapper.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/mallinkService/src/main/resources/mapper/WxTopicMapper.xml b/mallinkService/src/main/resources/mapper/WxTopicMapper.xml index 850fa715e..05b188906 100644 --- a/mallinkService/src/main/resources/mapper/WxTopicMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxTopicMapper.xml @@ -35,15 +35,18 @@ and `end_time` <= #{endTime} + + and `status` = #{status} + + + and `name` like concat('%',#{name},'%') + and status in #{statusItem} - - and `name` like concat('%',#{name},'%') - order by createtime desc