From 084d7337165d6d17b77392054c984dbf9916169a Mon Sep 17 00:00:00 2001
From: admin <admin@example.com>
Date: 星期四, 19 六月 2025 14:49:52 +0800
Subject: [PATCH] 1.已成交股票详情列表 添加逻辑提前 2.打印收盘涨停概念列表

---
 main.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/main.py b/main.py
index 962c9b1..2b2b589 100644
--- a/main.py
+++ b/main.py
@@ -92,8 +92,11 @@
     #  寮�鐩樺暒鐨勬定鍋滄蹇电殑鍥炶皟鍑芥暟
     def kpl_limit_up_process(datas):
         # print(f"鍥炶皟鎴愬姛==={datas}")
+        now_time = tool.get_now_time_str()
         if datas is not None and len(datas) > 0:
             data_cache.limit_up_block_names = datas
+            if data_cache.CLOSING_TIME < now_time < data_cache.AFTER_CLOSING_TIME:
+                logger_common.info(f"鏀剁洏娑ㄥ仠姒傚康鍒楄〃鏇存柊==={now_time}=={datas}")
         else:
             data_cache.limit_up_block_names = []
 

--
Gitblit v1.8.0