自动化立体仓库 - WMS系统
chen.lin
2026-01-30 c8d0e05c547a849da6d7eab25ce1478f304455e9
src/main/resources/mapper/asrs/ConfigMapper.xml
@@ -19,4 +19,8 @@
        and code=#{code}
    </select>
    <update id="updateValue">
        update sys_config set value = #{value} where code = #{code}
    </update>
</mapper>