From da3c8d719889ca9024c4a7835e5fa2e4b387a55c Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期二, 14 十一月 2023 11:25:37 +0800
Subject: [PATCH] 处理时间日志

---
 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