Administrator
2025-08-29 a1ecd205cc8ba08985a1ba88f9dbde3b124e5e0b
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)