From 6a107545a82cceaff58b769690f410f25ef4de34 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期二, 07 十一月 2023 15:55:53 +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 22b7b98..75578cf 100644 --- a/utils/data_export_util.py +++ b/utils/data_export_util.py @@ -271,6 +271,6 @@ if __name__ == "__main__": try: - export_l2_excel("000530") + export_l2_excel("605218") except Exception as e: logging.exception(e) -- Gitblit v1.8.0