From ac6afc25208b58bfc0b58eb8012eecc1e0a54264 Mon Sep 17 00:00:00 2001 From: wangxy <1481820854@qq.com> Date: Fri, 11 Oct 2024 10:47:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=BF=916=E4=B8=AA=E6=9C=88=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E6=B6=89=E5=AF=86=E7=BD=91=E7=BB=9C=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/system/TdPropertyManagerMapper.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/ruoyi-system/src/main/resources/mapper/system/TdPropertyManagerMapper.xml b/ruoyi-system/src/main/resources/mapper/system/TdPropertyManagerMapper.xml index 22a3882..6278ea0 100644 --- a/ruoyi-system/src/main/resources/mapper/system/TdPropertyManagerMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/TdPropertyManagerMapper.xml @@ -117,14 +117,12 @@ on t.use_id = d.use_id where t.secrets_type=#{secretsType} AND t.recover_date >= #{minDayTime} AND t.recover_date <= #{maxDayTime} - and d.destory_state is null