From ec1d64c71f86ff2564e709a75fda9f487acc2610 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期一, 27 五月 2024 10:06:18 +0800 Subject: [PATCH] bug修复 --- third_data/kpl_data_manager.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/third_data/kpl_data_manager.py b/third_data/kpl_data_manager.py index b7c6010..9130b94 100644 --- a/third_data/kpl_data_manager.py +++ b/third_data/kpl_data_manager.py @@ -54,6 +54,7 @@ # 褰撳墠娑ㄥ仠鍘熷洜鐨勪唬鐮侀泦鍚� __current_limit_up_reason_codes_dict = {} __records_cache = {} + record_code_dict = {} @classmethod def __load_hist_and_blocks(cls, code): @@ -88,6 +89,7 @@ # 缁熻浠g爜鎵�灞炴澘鍧� code_block_dict = {} for data in records: + cls.record_code_dict[data[0]] = data blocks = set(data[5].split("銆�")) code = data[0] for b in blocks: -- Gitblit v1.8.0