From 309271cd15e8b36e25991607982678c8accdadd1 Mon Sep 17 00:00:00 2001 From: xmzhao71 Date: Wed, 27 Sep 2023 11:30:53 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E5=A4=8D=E5=8A=B5?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E4=B8=BA3=E6=97=B6=EF=BC=8C=E8=BF=87?= =?UTF-8?q?=E6=9C=9F=E6=9C=AA=E6=9B=B4=E6=96=B0=E4=B8=BA=E4=BD=9C=E5=BA=9F?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E9=97=AE=E9=A2=98?= 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 7ebe7cce6..54f96807c 100644 --- a/mallinkService/src/main/resources/mapper/WxCouponMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxCouponMapper.xml @@ -936,7 +936,7 @@ update wx_coupon SET status = 1, update_date = now() - where status = 0 and tenant_id =#{tenantId} and valid_type = 1 and valid_end_date < now() + where status = 0 and tenant_id =#{tenantId} and valid_type in (1, 3) and valid_end_date < now()