From f3d95299f8a84b0104003bea577ef9105ac9ba36 Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期二, 10 九月 2024 15:50:27 +0800
Subject: [PATCH] 注释修改/删除多余的代码

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

diff --git a/trade/current_price_process_manager.py b/trade/current_price_process_manager.py
index 5e1dc1b..f74d48e 100644
--- a/trade/current_price_process_manager.py
+++ b/trade/current_price_process_manager.py
@@ -47,7 +47,7 @@
                 if tool.is_ge_code(code):
                     # 鍒涗笟鏉跨殑娑ㄥ箙闇�瑕佹墦鎶�
                     rate = rate / 2
-                if rate >= 0 and not trade_manager.ForbiddenBuyCodeByScoreManager().is_in_cache(code):
+                if rate >= 0:
                     # 鏆傚瓨娑ㄥ箙涓烘鐨勪唬鐮�
                     _code_list.append((rate, code, 1 if is_want_buy else 0))
                 elif is_want_buy:

--
Gitblit v1.8.0