From fda20e935bea4870544695185ec9427dc66fb168 Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期二, 06 八月 2024 16:22:20 +0800
Subject: [PATCH] bug修复/H撤更新/接口修改

---
 third_data/kpl_limit_up_data_manager.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/third_data/kpl_limit_up_data_manager.py b/third_data/kpl_limit_up_data_manager.py
index 00d5b98..fbbc6c8 100644
--- a/third_data/kpl_limit_up_data_manager.py
+++ b/third_data/kpl_limit_up_data_manager.py
@@ -52,7 +52,7 @@
         records = get_today_history_limit_up_datas_cache()
         # 鎸変唬鐮佹帓搴�
         # {"浠g爜":锛堜唬鐮侊紝娑ㄥ仠鍘熷洜, 娑ㄥ仠鏃堕棿, 鍑犵増锛墋
-        current_code_block_dict = {x[0]: (x[0], x[2], x[5], x[4]) for x in current_limit_up_datas}
+        current_code_block_dict = {x[0]: (x[0], x[5], x[2], x[4]) for x in current_limit_up_datas}
         record_code_block_dict = {x[3]: (x[3], x[2], x[5], x[12]) for x in records}
         # 鏍规嵁娑ㄥ仠鍘熷洜缁熻
         # {"鏉垮潡":{浠g爜}}

--
Gitblit v1.8.0