From 29ab6e6d4eab469fd38f4be842b3ff111d47f685 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期三, 25 十月 2023 18:25:28 +0800 Subject: [PATCH] bug修复 --- utils/data_export_util.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/utils/data_export_util.py b/utils/data_export_util.py index cd55100..467d45b 100644 --- a/utils/data_export_util.py +++ b/utils/data_export_util.py @@ -265,6 +265,6 @@ if __name__ == "__main__": try: - export_l2_excel("000981") + export_l2_excel("002042") except Exception as e: logging.exception(e) -- Gitblit v1.8.0