From 7e7b58417abd4c8921d4ada8f836f0db92da5b2c Mon Sep 17 00:00:00 2001 From: Stormeye Wu Date: Tue, 2 Jul 2019 14:06:01 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=B6=88=E6=81=AF=E9=99=90=E5=88=B6][?= =?UTF-8?q?=E4=BF=AE=E6=94=B9]:=E5=AD=97=E6=AE=B5=E5=90=8D=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mallinkService/src/main/resources/mapper/WxMsgLimitMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mallinkService/src/main/resources/mapper/WxMsgLimitMapper.xml b/mallinkService/src/main/resources/mapper/WxMsgLimitMapper.xml index d15537af8..6bd920408 100644 --- a/mallinkService/src/main/resources/mapper/WxMsgLimitMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxMsgLimitMapper.xml @@ -62,12 +62,12 @@ - update wx_msg_limit set limit_num = limit_num - 1 where `id` = #{id} and `tenant_id` = #{tenandId} and limit_num > 1 + update wx_msg_limit set limit_num = limit_num - 1 where `id` = #{id} and `tenant_id` = #{tenantId} and limit_num > 1 delete from wx_msg_limit - where `tenant_id` = #{tenandId} and `type`= #{type} and `limit_id` = #{limitId} + where `tenant_id` = #{tenantId} and `type`= #{type} and `limit_id` = #{limitId}