自动化立体仓库 - WMS系统
chen.lin
2026-02-02 10778ff6207c31641187acb487d4b67c0de59b24
src/main/resources/mapper/ConfigMapper.xml
@@ -13,4 +13,11 @@
    </resultMap>
    <select id="selectConfigByCode" resultMap="BaseResultMap">
        select top 1 * from sys_config
        where 1=1
        and code=#{code}
        and status=1
    </select>
</mapper>