xuhy
2025-07-03 44cd3f01e969068691e6e438ced52db6f67d6962
bug修改
1个文件已修改
2 ■■■ 已修改文件
ruoyi-system/src/main/resources/mapper/system/TLocationTypeMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-system/src/main/resources/mapper/system/TLocationTypeMapper.xml
@@ -26,7 +26,7 @@
            and t1.location_name like concat('%',#{query.locationName},'%')
        </if>
        and t1.`disabled` = ${@com.ruoyi.common.enums.DisabledEnum@NO.getCode()}
        group by t1.id
    </select>
</mapper>