From d095fcfddce52be85db18f17b815c890deeb48ff Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期日, 06 四月 2025 23:08:37 +0800 Subject: [PATCH] 丢失撤单处理/首封是否买设置 --- huaxin_client/l2_data_manager_v2.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/huaxin_client/l2_data_manager_v2.py b/huaxin_client/l2_data_manager_v2.py index 184fab9..bc40cbe 100644 --- a/huaxin_client/l2_data_manager_v2.py +++ b/huaxin_client/l2_data_manager_v2.py @@ -241,6 +241,7 @@ except Exception as e: logging.exception(e) + logger_local_huaxin_l2_error.exception(e) finally: temp_list.clear() -- Gitblit v1.8.0