Administrator
2024-04-30 f34371f754a4099355dfa0f2a6b6bcca81ec2817
l2/l2_data_manager_new.py
@@ -648,7 +648,12 @@
        """
        can_buy_result = CodePlateKeyBuyManager.can_buy(code)
        if can_buy_result:
            if can_buy_result[5]:
            return can_buy_result[5]
            elif not can_buy_result[0] and can_buy_result[1]:
                # 10:00:00 前的独苗可激进买入
                if tool.trade_time_sub(tool.get_now_time_str(),"10:00:00") <=0:
                    return ["独苗"]
        return None
    @classmethod