l2/cancel_buy_strategy.py
@@ -1195,7 +1195,9 @@ if left_count > 0: buy_nums += left_count * data["val"]["num"] if buy_nums > threshold_num: l2_log.l_cancel_debug(code, f"LX阻断L撤撤单:{buy_nums}/{threshold_num}") return False, "LX阻断L撤撤单" l2_log.l_cancel_debug(code, f"LX尚未阻断L撤撤单:{buy_nums}/{threshold_num}") return can_cancel, cancel_data except Exception as e: l2_log.l_cancel_debug(code, f"LX撤单计算异常:{str(e)}")