From 6ded141b11fa8b7bc59450d5fa61b46b250cbac3 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期五, 22 八月 2025 15:54:30 +0800 Subject: [PATCH] bug修复/委托记录增量更新 --- cancel_strategy/s_l_h_cancel_strategy.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cancel_strategy/s_l_h_cancel_strategy.py b/cancel_strategy/s_l_h_cancel_strategy.py index 20ba747..7f39058 100644 --- a/cancel_strategy/s_l_h_cancel_strategy.py +++ b/cancel_strategy/s_l_h_cancel_strategy.py @@ -716,7 +716,7 @@ self.__load_data() def __load_data(self): - keys = RedisUtils.keys(self.__get_redis(), "l_down_cancel_rate_human-{}") + keys = RedisUtils.keys(self.__get_redis(), "l_down_cancel_rate_human-*") if keys: for k in keys: code = k.split("-")[1] -- Gitblit v1.8.0