Administrator
2023-08-10 aaa1dcd57923607050c17f9d12745ab7f9835182
bug修复
1个文件已修改
3 ■■■■ 已修改文件
l2/l2_data_manager_new.py 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
l2/l2_data_manager_new.py
@@ -1182,7 +1182,7 @@
                _start_time = l2_data_log.l2_time(code, tool.get_now_timestamp() - _start_time,
                                                  "S级大单处理耗时", force=True)
                # 数据尚未处理完毕,进行下一步处理
                l2_log.debug(code, "数据尚未处理完毕,进行下一步处理,处理进度:{}", compute_index)
                l2_log.debug(code, "数据尚未处理完毕,进行下一步处理,处理进度:{} end_index:{}", compute_index, compute_end_index)
                # 处理撤单步骤
                # cls.__process_order(code, compute_index + 1, compute_end_index, capture_time, is_first_code, False)
                lp = LineProfiler()
@@ -1193,7 +1193,6 @@
                lp.print_stats(stream=output)
                lp.disable()
                logger_profile.info(output.getvalue())
                _start_time = l2_data_log.l2_time(code, tool.get_now_timestamp() - _start_time,
                                                  f"处理撤单步骤耗时,范围:{compute_index + 1}-{compute_end_index}", force=True)