From ffc5b9eb80eb5bd43077a0ce96e0fb2ea4c8d62c Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期三, 25 十月 2023 11:31:58 +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 f036bec..cd55100 100644 --- a/utils/data_export_util.py +++ b/utils/data_export_util.py @@ -265,6 +265,6 @@ if __name__ == "__main__": try: - export_l2_excel("000010") + export_l2_excel("000981") except Exception as e: logging.exception(e) -- Gitblit v1.8.0