third_data/kpl_block_util.py
@@ -145,7 +145,7 @@ if k[3] == code: # 获取当前代码涨停时间 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: # 获取当前代码涨停时间 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: