From d9d2f9b1d831f98e8154399aefe7a257b948ec81 Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期三, 22 五月 2024 17:41:27 +0800
Subject: [PATCH] L后修改/下过单的不再看身位/同一板块不限制挂单数量与买入数量/调整接口输出

---
 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