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