Administrator
2024-06-17 37934997a8aca96173cb016c1c63231b58e7b919
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"今日已禁止交易"