From 2dc4957d5d5b2deed95b87f1f8122f535be748f0 Mon Sep 17 00:00:00 2001 From: sunyuchao Date: Tue, 8 Nov 2022 10:00:17 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E7=82=B9=E5=85=B3=E6=B3=A8=E4=BA=BA?= =?UTF-8?q?=E7=BE=A4=E5=90=8D=E5=8D=95=EF=BC=8C=E9=9A=94=E7=A6=BB=E9=98=B2?= =?UTF-8?q?=E7=96=AB=E4=B8=AD=E5=8F=96=E6=B6=88=E5=85=B3=E6=B3=A8=E6=97=B6?= =?UTF-8?q?=EF=BC=8C=E9=9A=94=E7=A6=BB=E7=8A=B6=E6=80=81=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E6=9B=B4=E6=94=B9=E4=B8=BA=E5=B7=B2=E5=87=BA=E9=9A=94=E7=A6=BB?= =?UTF-8?q?=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/IcEpidemicSpecialAttentionDao.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/epmet-user/epmet-user-server/src/main/resources/mapper/IcEpidemicSpecialAttentionDao.xml b/epmet-user/epmet-user-server/src/main/resources/mapper/IcEpidemicSpecialAttentionDao.xml index 6484609fba..afb67b17d8 100644 --- a/epmet-user/epmet-user-server/src/main/resources/mapper/IcEpidemicSpecialAttentionDao.xml +++ b/epmet-user/epmet-user-server/src/main/resources/mapper/IcEpidemicSpecialAttentionDao.xml @@ -8,7 +8,9 @@ UPDATE ic_epidemic_special_attention SET UPDATED_TIME = NOW(), IS_ATTENTION = 0, - IS_HISTORY = '1' + IS_HISTORY = '1', + + ISOLATED_STATE = '3' WHERE del_flag = 0 AND attention_type = #{attentionType} AND id IN (