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