From 3f8499a0b83304132facd8758acc1a99a1008c69 Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期四, 23 十一月 2023 19:14:26 +0800
Subject: [PATCH] bug修复

---
 code_attribute/first_target_code_data_processor.py |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/code_attribute/first_target_code_data_processor.py b/code_attribute/first_target_code_data_processor.py
index 4ba2818..79b4ff8 100644
--- a/code_attribute/first_target_code_data_processor.py
+++ b/code_attribute/first_target_code_data_processor.py
@@ -218,12 +218,6 @@
         prices.append(
             {"code": code, "time": limit_up_time, "rate": rate,
              "limit_up": is_limit_up})
-        if code in new_add_codes:
-            if is_limit_up:
-                place_order_count = trade_data_manager.PlaceOrderCountManager().get_place_order_count(
-                    code)
-                if place_order_count == 0:
-                    trade_data_manager.PlaceOrderCountManager().place_order(code)
 
     gpcode_first_screen_manager.process_ticks(prices)
     logger_l2_codes_subscript.info(f"({request_id})l2浠g爜鐩稿叧鏁版嵁鍔犺浇瀹屾垚")

--
Gitblit v1.8.0