From ecfbb56f1ce77b2288d272fa1ed2a02623e92d5a Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期三, 20 八月 2025 13:49:12 +0800
Subject: [PATCH] bug修复/接口修改

---
 third_data/kpl_data_constant.py |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/third_data/kpl_data_constant.py b/third_data/kpl_data_constant.py
index 932ff7f..2c7b102 100644
--- a/third_data/kpl_data_constant.py
+++ b/third_data/kpl_data_constant.py
@@ -391,6 +391,16 @@
             return set()
         return cls.__history_code_data_dict.keys()
 
+    @classmethod
+    def get_history_limit_up_data(cls, code):
+        """
+        鑾峰彇浠婃棩鍘嗗彶娑ㄥ仠鏁版嵁
+        @return:
+        """
+        if not cls.__history_code_data_dict:
+            return None
+        return cls.__history_code_data_dict.get(code)
+
 
 if __name__ == "__main__":
     LimitUpCodesBlockRecordManager()

--
Gitblit v1.8.0