From e383953789e9eb7c46de7fa3d4d2f3679d150929 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期一, 30 九月 2024 13:45:28 +0800 Subject: [PATCH] 目标代码板块修改 --- code_attribute/first_target_code_data_processor.py | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/code_attribute/first_target_code_data_processor.py b/code_attribute/first_target_code_data_processor.py index 33a1fde..b712cc9 100644 --- a/code_attribute/first_target_code_data_processor.py +++ b/code_attribute/first_target_code_data_processor.py @@ -251,9 +251,6 @@ # 绾犳鏁版嵁 if is_limit_up and limit_up_time is None: limit_up_time = tool.get_now_time_str() - if is_limit_up: - # 鍔犲叆棣栨澘娑ㄥ仠 - gpcode_manager.FirstCodeManager().add_limited_up_record([code]) pricePre = gpcode_manager.CodePrePriceManager.get_price_pre_cache(code) if pricePre is None: history_k_data_manager.re_set_price_pres([code]) -- Gitblit v1.8.0