l2/l2_transaction_data_manager.py
@@ -127,11 +127,9 @@ except Exception as e: async_log_util.error(hx_logger_l2_debug, str(e)) try: for d in datas: if LCancelBigNumComputer().add_transaction_data(d)[0]: L2TradeDataProcessor.cancel_buy(code, f"L后成交太快撤单:{d}") order_begin_pos = None break if LCancelBigNumComputer().add_transaction_datas(code, datas)[0]: L2TradeDataProcessor.cancel_buy(code, f"L后成交太快撤单:{datas[-1]}") order_begin_pos = None except Exception as e: async_log_util.error(hx_logger_l2_debug, str(e))