From da721034020796187cb08fb43fe56db49a91fde9 Mon Sep 17 00:00:00 2001 From: Stormeye Wu Date: Thu, 15 Aug 2019 11:28:04 +0800 Subject: [PATCH] =?UTF-8?q?[POS][=E4=BF=AE=E6=94=B9]:=E5=8D=A1=E6=B6=88?= =?UTF-8?q?=E8=B4=B9=E6=94=AF=E6=8C=81pos,=20=E9=A2=84=E6=94=AF=E4=BB=98?= =?UTF-8?q?=E5=8F=8A=E9=A2=84=E6=94=AF=E4=BB=98=E5=8F=96=E6=B6=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mallinkService/src/main/resources/mapper/WxCardSpendMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkService/src/main/resources/mapper/WxCardSpendMapper.xml b/mallinkService/src/main/resources/mapper/WxCardSpendMapper.xml index 191b1af04..ef1395928 100644 --- a/mallinkService/src/main/resources/mapper/WxCardSpendMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxCardSpendMapper.xml @@ -129,7 +129,7 @@ delete from wx_card_spend - where `tenant_id` = #{tenantId} and `id` = #{id} and `use_status` = #{} + where `tenant_id` = #{tenantId} and `id` = #{id} and `pay_status` = #{payStatus}