l2/l2_data_manager_new.py
@@ -954,8 +954,8 @@ @classmethod def __can_buy_first(cls, code): if code.find("60") == 0: return False, True, f"上证暂不交易" # if code.find("60") == 0: # return False, True, f"上证暂不交易" if not cls.__TradeStateManager.is_can_buy_cache(): return False, True, f"今日已禁止交易"