Administrator
2025-04-09 008279f339a0f81161d562b9e72d1e23fd2863b1
bug修复
1个文件已修改
3 ■■■■■ 已修改文件
huaxin_client/l2_data_manager_v2.py 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
huaxin_client/l2_data_manager_v2.py
@@ -231,9 +231,6 @@
                        # 记录10ms以上的数据
                        huaxin_l2_log.info(logger_local_huaxin_l2_error,
                                           f"耗时:{use_time}s  结束数据:{last_data} 数据数量:{len(temp_list)}")
                    # TODO测试 ,记录所有的订单号
                    huaxin_l2_log.info(logger_local_huaxin_l2_orderdetail,
                                       f"{[(x[0], x[1], x[2], x[4], x[8]) for x in temp_list if x[2] >= filter_condition[0][0]]}")
                    temp_list = []
                else:
                    if code not in self.temp_order_queue_dict: