From a1ecd205cc8ba08985a1ba88f9dbde3b124e5e0b Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期五, 29 八月 2025 11:29:16 +0800 Subject: [PATCH] 丢撤单bug修复/想买单接口修改 --- code_attribute/code_volumn_manager.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/code_attribute/code_volumn_manager.py b/code_attribute/code_volumn_manager.py index 68d622f..5f624de 100644 --- a/code_attribute/code_volumn_manager.py +++ b/code_attribute/code_volumn_manager.py @@ -61,6 +61,7 @@ val = RedisUtils.get(redis, k, auto_free=False) if val: cls.__today_volumn_cache[code] = int(val) + global_util.today_volumn[code] = int(val) finally: RedisUtils.realse(redis) -- Gitblit v1.8.0