From 1a0be577a89727ef6b80245b6b53c8ddf43ca7d9 Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期五, 07 六月 2024 00:37:26 +0800
Subject: [PATCH] 可购买创业板

---
 trade/current_price_process_manager.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/trade/current_price_process_manager.py b/trade/current_price_process_manager.py
index 72f2dd9..42ebd18 100644
--- a/trade/current_price_process_manager.py
+++ b/trade/current_price_process_manager.py
@@ -64,8 +64,8 @@
 
                 try:
                     __actualPriceProcessor.save_current_price(code, price,
-                                                              gpcode_manager.get_limit_up_price_by_preprice(
-                                                                  pricePre) == tool.to_price(
+                                                              gpcode_manager.get_limit_up_price_by_preprice(code,
+                                                                                                            pricePre) == tool.to_price(
                                                                   decimal.Decimal(d["price"])))
                 except Exception as e:
                     logging.exception(e)

--
Gitblit v1.8.0