From 1920400f7a3834faa360ce043e46f65572d2646e Mon Sep 17 00:00:00 2001 From: luozukai Date: Tue, 16 Apr 2019 13:40:49 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=AE=A1=E6=89=B9=E6=B5=81][=E4=BF=AE?= =?UTF-8?q?=E6=94=B9][=E5=AE=8C=E5=96=84=E8=B4=A6=E5=8D=95=E5=AE=A1?= =?UTF-8?q?=E6=89=B9]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mallinkService/src/main/resources/mapper/WxTopicMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkService/src/main/resources/mapper/WxTopicMapper.xml b/mallinkService/src/main/resources/mapper/WxTopicMapper.xml index 6a7bb86ba..dc476a4bd 100644 --- a/mallinkService/src/main/resources/mapper/WxTopicMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxTopicMapper.xml @@ -71,7 +71,7 @@ - update wx_topic set status = 2 where now() >= end_time and status not in (2,3) and tenant_id = #{tenantId} + update wx_topic set status = 3 where now() >= end_time and status =1 and tenant_id = #{tenantId}