From 9b4b31f2c88970b62c9c843b94ead0aaab6ad2d0 Mon Sep 17 00:00:00 2001 From: luozukai Date: Mon, 22 Apr 2019 14:26:43 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=B8=93=E9=A2=98][=E4=BF=AE=E6=94=B9][?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=87=AA=E5=8A=A8=E4=BD=9C=E5=BA=9F=E9=80=BB?= =?UTF-8?q?=E8=BE=91]?= 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 dc476a4bd..a2e711a13 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 = 3 where now() >= end_time and status =1 and tenant_id = #{tenantId} + update wx_topic set status = 3 where now() >= end_time and tenant_id = #{tenantId}