l2/l2_transaction_data_processor.py
@@ -133,10 +133,9 @@ if real_order_index and real_order_index >= buy_progress_index: # 发送下单消息 try: buy_order_msg_manager.almost_deal(code, real_order_index, buy_progress_index, total_datas) buy_order_msg_manager.almost_deal(code, real_order_index, buy_progress_index) buy_order_msg_manager.follow_not_enough(code, order_begin_pos.buy_exec_index, real_order_index, total_datas) real_order_index) except Exception as e: logger_debug.exception(e) else: