From 84e0f114458021e7ee76c9390e066d0d56c387c7 Mon Sep 17 00:00:00 2001 From: Stormeye Wu Date: Wed, 8 May 2019 16:09:36 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=88=B8=E6=9B=B4=E6=94=B9][=E4=BF=AE?= =?UTF-8?q?=E6=94=B9]:=E6=B7=BB=E5=8A=A0=E7=A7=9F=E6=88=B7ID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mallinkService/src/main/resources/mapper/WxCouponMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkService/src/main/resources/mapper/WxCouponMapper.xml b/mallinkService/src/main/resources/mapper/WxCouponMapper.xml index 6936855a0..e056fdb10 100644 --- a/mallinkService/src/main/resources/mapper/WxCouponMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxCouponMapper.xml @@ -253,7 +253,7 @@ SET `remain_inventory` = #{remainInventory}, `inventory` = #{inventory}, `valid_type` = #{validType}, `valid_end_date` = #{validEndDate}, `valid_days` = #{validDays} - WHERE id = #{id} and `remain_inventory` = #{orgRemainInventory} and `inventory` = #{orgInventory} + WHERE `tenant_id` = #{tenantId} and id = #{id} and `remain_inventory` = #{orgRemainInventory} and `inventory` = #{orgInventory}