自动化立体仓库 - WMS系统
lty
2025-04-25 10f65a42b77e2c5642ea56b715f25ea4f024fd3f
src/main/resources/mapper/ConfigMapper.xml
@@ -13,4 +13,10 @@
    </resultMap>
    <select id="selectConfigByCode" resultMap="BaseResultMap">
        select top 1 * from sys_config
        where 1=1
        and code=#{code}
    </select>
</mapper>