From 865572fb70a40b7d28d3606a822d65a637ae02bb Mon Sep 17 00:00:00 2001 From: Stormeye Wu Date: Sat, 20 Apr 2019 11:39:44 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8F=91=E5=B8=83=E7=8A=B6=E6=80=81][?= =?UTF-8?q?=E4=BF=AE=E6=94=B9]:=E5=8F=91=E5=B8=83=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/WxWeappReleaseStatusMapper.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mallinkService/src/main/resources/mapper/WxWeappReleaseStatusMapper.xml b/mallinkService/src/main/resources/mapper/WxWeappReleaseStatusMapper.xml index 35a4071..2bb3faf 100644 --- a/mallinkService/src/main/resources/mapper/WxWeappReleaseStatusMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxWeappReleaseStatusMapper.xml @@ -8,8 +8,8 @@ - - + + @@ -98,7 +98,7 @@ and c.`id` = #{id} - and `tenant_id` = #{tenantId} + and c.`tenant_id` = #{tenantId} and c.`app_id` = #{appId} @@ -116,7 +116,7 @@ and c.`release_time` = #{releaseTime} - and a.`name` like concat('%', #{name},'%') + and a.`name` = #{name} and id in