xuhy
2025-06-20 ebf94cb3ed4f487ca1fcd7069db0ca141553a4db
ruoyi-system/src/main/resources/mapper/system/TLocationMapper.xml
@@ -45,7 +45,7 @@
        <if test="query.locationCleaner != null and query.locationCleaner != ''">
            and t1.location_cleaner = #{query.locationCleaner}
        </if>
        and t1.disabled = = ${@com.ruoyi.common.enums.DisabledEnum@NO.getCode()}
        and t1.disabled = ${@com.ruoyi.common.enums.DisabledEnum@NO.getCode()}
    </select>