ruoyi-system/src/main/resources/mapper/system/TCleanerMapper.xml
@@ -29,7 +29,7 @@ and t1.cleaner_name like concat('%', #{query.cleanerName}, '%') </if> <if test="query.projectId != null and query.projectId != ''"> and t1.projectId = #{query.projectId} and t1.project_id = #{query.projectId} </if> and t1.disabled = ${@com.ruoyi.common.enums.DisabledEnum@NO.getCode()} </where>