From 8afcdeb7cbf3875d16185053940cc4f73050b4ee Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期四, 29 五月 2025 16:54:30 +0800
Subject: [PATCH] 日志添加

---
 servers/data_server.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/servers/data_server.py b/servers/data_server.py
index 3de903e..0b7e8ac 100644
--- a/servers/data_server.py
+++ b/servers/data_server.py
@@ -960,6 +960,7 @@
                                     limit_up_price_money_list = [x[0] for x in buy_datas if x[1] == limit_up_price]
                                     threshold_money = BeforeSubDealBigOrderManager().compute_re_limit_up_big_money_threshold(
                                         limit_up_price_money_list)
+                                    logger_debug.info(f"{code}-涓存椂鍥炲皝鍧囧ぇ鍗曪細{threshold_money}")
                                     # 璁剧疆涔板崟闃堝��
                                     th_buy = threshold_money
                                     buy_money = sum(limit_up_price_money_list)
@@ -970,6 +971,7 @@
                                         2] = radical_buy_data_manager.compute_total_deal_big_order_threshold_money(code,
                                                                                                                    limit_up_price,
                                                                                                                    threshold_money)
+                                    logger_debug.info(f"{code}-绱澶у崟闃堝�硷細{deal_big_money_info[2]}")
 
                             big_money_rate = radical_buy_data_manager.TotalDealBigOrderInfoManager.get_big_order_rate(
                                 code)

--
Gitblit v1.8.0