From 1b8331bdd51c35dd7948f25c3000c981c4e9cc68 Mon Sep 17 00:00:00 2001 From: gongbiao Date: Sun, 29 Sep 2019 16:23:51 +0800 Subject: [PATCH] =?UTF-8?q?[=E7=94=A8=E6=88=B7=E7=AE=A1=E7=90=86][?= =?UTF-8?q?=E4=BF=AE=E6=94=B9][=E7=94=A8=E6=88=B7=E5=90=8D=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/MallUserInfoMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mallinkService/src/main/resources/mapper/MallUserInfoMapper.xml b/mallinkService/src/main/resources/mapper/MallUserInfoMapper.xml index 7410bc1ec..2f3a48de0 100644 --- a/mallinkService/src/main/resources/mapper/MallUserInfoMapper.xml +++ b/mallinkService/src/main/resources/mapper/MallUserInfoMapper.xml @@ -36,8 +36,8 @@ and `tenant_id` = #{tenantId} - - + + and `username` like concat('%', #{username},'%')