From fffcecd3062f94913e13dc4943553e20e0350f90 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期二, 15 八月 2023 09:29:47 +0800 Subject: [PATCH] ++++++++++++++++ bug修复- --- code_attribute/first_target_code_data_processor.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code_attribute/first_target_code_data_processor.py b/code_attribute/first_target_code_data_processor.py index 7dee83b..73f34c4 100644 --- a/code_attribute/first_target_code_data_processor.py +++ b/code_attribute/first_target_code_data_processor.py @@ -140,8 +140,8 @@ block_info.init_code(code) if new_add_codes: - gpcode_manager.set_first_gp_codes_with_data(HistoryKDatasUtils.get_gp_latest_info(codes, - fields="symbol,sec_name,sec_type,sec_level")) + gpcode_manager.FirstGPCodesManager().set_first_gp_codes_with_data(HistoryKDatasUtils.get_gp_latest_info(codes, + fields="symbol,sec_name,sec_type,sec_level")) # 鍔犲叆棣栨澘鍘嗗彶璁板綍 logger_first_code_record.info("鏂板棣栨澘锛歿}", new_add_codes) -- Gitblit v1.8.0