ruoyi-system/src/main/resources/mapper/system/TCleanerMapper.xml
@@ -31,9 +31,8 @@ <if test="query.projectId != null and query.projectId != ''"> and t1.projectId = #{query.projectId} </if> and t1.disabled = ${@com.ruoyi.common.enums.DisabledEnum@NO.getCode()} </where> and t1.disabled = ${@com.ruoyi.common.enums.DisabledEnum@NO.getCode()} order by t1.create_time desc </select> </mapper>