自动化立体仓库 - WMS系统
#
Junjie
2025-10-21 518121d2718b87d99b12c1b29601dd2c07f6f42d
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>