From 95e52fd8db1d2801110cc84f1e4bd42a546a4a5c Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期五, 01 十二月 2023 17:23:53 +0800
Subject: [PATCH] 修改卖相关功能

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

diff --git a/third_data/kpl_block_util.py b/third_data/kpl_block_util.py
index f03b2e6..5d83433 100644
--- a/third_data/kpl_block_util.py
+++ b/third_data/kpl_block_util.py
@@ -145,7 +145,7 @@
         if k[3] == code:
             # 鑾峰彇褰撳墠浠g爜娑ㄥ仠鏃堕棿
             limit_up_time = int(k[5])
-        if shsz and k[3].find("00") != 0 and k[3].find("60") != 0:
+        if shsz and not tool.is_shsz_code(k[3]):
             continue
         # 鍓旈櫎楂樹綅鏉�
         if k[3] in yesterday_current_limit_up_codes:
@@ -175,7 +175,7 @@
         if k[0] == code:
             # 鑾峰彇褰撳墠浠g爜娑ㄥ仠鏃堕棿
             limit_up_time = int(k[2])
-        if shsz and k[0].find("00") != 0 and k[0].find("60") != 0:
+        if shsz and not tool.is_shsz_code(k[0]):
             continue
         # 鍓旈櫎楂樹綅鏉�
         if k[0] in yesterday_current_limit_up_codes:

--
Gitblit v1.8.0