From 9d77f09f8792957afa1b7a9ba5879f644cd1ac62 Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期五, 18 七月 2025 18:08:59 +0800
Subject: [PATCH] 取消测试日志

---
 api/outside_api_command_callback.py |    9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diff --git a/api/outside_api_command_callback.py b/api/outside_api_command_callback.py
index 26e2a37..ab72524 100644
--- a/api/outside_api_command_callback.py
+++ b/api/outside_api_command_callback.py
@@ -881,11 +881,9 @@
                 account_available_money = trade_data_manager.AccountMoneyManager().get_available_money_cache()
                 # 鑾峰彇濮旀墭涓殑浠g爜
                 # current_delegates = huaxin_trade_record_manager.DelegateRecordManager().list_current_delegates()
-                # TODO 娴嬭瘯
                 current_delegates, update_time = huaxin_trade_record_manager.DelegateRecordManager.list_by_day(
                     tool.get_now_date_str("%Y%m%d"), None,
-                    [huaxin_util.TORA_TSTP_OST_Accepted, huaxin_util.TORA_TSTP_OST_PartTraded,
-                     huaxin_util.TORA_TSTP_OST_AllCanceled])
+                    [huaxin_util.TORA_TSTP_OST_Accepted, huaxin_util.TORA_TSTP_OST_PartTraded])
                 fdatas = []
                 if current_delegates:
                     codes_set = set()
@@ -894,11 +892,6 @@
                             if int(c["direction"]) != huaxin_util.TORA_TSTP_D_Buy:
                                 continue
                             code = c["securityID"]
-
-                            # TODO 娴嬭瘯
-                            if code != '000751':
-                                continue
-
                             if code in codes_set:
                                 continue
                             orderSysID = c.get("orderSysID")

--
Gitblit v1.8.0